summaryrefslogtreecommitdiffstats
path: root/js/jquery.multi-select.js
diff options
context:
space:
mode:
authortop-flight <baranski@email.uscupstate.edu>2011-12-04 19:47:50 -0500
committertop-flight <baranski@email.uscupstate.edu>2011-12-04 19:47:50 -0500
commitcef26b6504e1dddb23e510c5fbf53197784cd109 (patch)
treec971f352143b29395f1cfc79baf67d26ce735be6 /js/jquery.multi-select.js
parentf3d02044f9e0406c9f6f68174a4cbfad89e31738 (diff)
downloadmulti-select-cef26b6504e1dddb23e510c5fbf53197784cd109.zip
multi-select-cef26b6504e1dddb23e510c5fbf53197784cd109.tar.gz
multi-select-cef26b6504e1dddb23e510c5fbf53197784cd109.tar.bz2
optgroup bug fix
Diffstat (limited to 'js/jquery.multi-select.js')
-rw-r--r--js/jquery.multi-select.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index 3fead7f..1ac180b 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -195,7 +195,6 @@
},
'select_all' : function(){
var ms = this;
- console.log(ms);
ms.find("option:not(option[value=''])").each(function(){
ms.multiSelect('select', $(this).val(), 'select_all');
});