From c94b72a7f8102ab46483f0bdb62c179d6c2361ca Mon Sep 17 00:00:00 2001 From: Casey Holzer Date: Fri, 12 Jun 2015 14:26:41 -0600 Subject: [PATCH] empty liObj on refresh (fix #1060) --- js/bootstrap-select.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js index e215f2946..b1dcdb6ed 100644 --- a/js/bootstrap-select.js +++ b/js/bootstrap-select.js @@ -1519,6 +1519,7 @@ refresh: function () { this.$lis = null; + this.liObj = {}; this.reloadLi(); this.render(); this.checkDisabled();