summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/jquery.multi-select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index f89147c..408e0f1 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -90,7 +90,7 @@
},
'refresh' : function() {
$("#ms-"+$(this).attr("id")).remove();
- $(this).multiSelect("init");
+ $(this).multiSelect("init", $(this).data("settings"));
},
'select' : function(value, method){
var ms = this,