Commit 443832ac authored by Vivian Spencer's avatar Vivian Spencer

Update bootstrap-multiselect.js

parent cf20ce82
......@@ -453,6 +453,10 @@
this.$ul.append($li);
if ($(group).is(':disabled')) {
$li.addClass('disabled');
}
// Add the options of the group.
$('option', group).each($.proxy(function(index, element) {
this.createOptionValue(element);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment