Commit deb3a704 authored by Tyf0x's avatar Tyf0x

** Bugfix **

parent 3a66b6a3
...@@ -802,7 +802,7 @@ ...@@ -802,7 +802,7 @@
var filter = justVisible ? ":visible" : "*"; var filter = justVisible ? ":visible" : "*";
$("li input", this.$ul).filter(filter).prop('checked', false); $("li input", this.$ul).filter(filter).prop('checked', false);
$("li", this.$ul).not(".divider").filter(filter).removeClass(this.options.selectedClass); $("li", this.$ul).not(".divider").filter(filter).removeClass(this.options.selectedClass);
$("option", this.$select).not("[value='" + this.options.selectAllValue + "']").not("[data-role='divider']").prop('selected', false); $("option", this.$select).not("[data-role='divider']").prop('selected', false);
}, },
/** /**
......
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