Commit 79a3e17d authored by tsengkhai's avatar tsengkhai

Update bootstrap-multiselect.js

parent 847873e4
......@@ -749,7 +749,7 @@
var currentGroup, currentGroupVisible;
$.each($('li', this.$ul), $.proxy(function(index, element) {
var value = $('input', element).val();
var value = $('input', element).length > 0 ? $('input', element).val() : "";
var text = $('label', element).text();
var filterCandidate = '';
......
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