Commit 382e0976 authored by David Stutz's avatar David Stutz

Fixed #278.

parent 75501599
...@@ -867,7 +867,7 @@ ...@@ -867,7 +867,7 @@
* @returns {Boolean} * @returns {Boolean}
*/ */
hasSelectAll: function() { hasSelectAll: function() {
return $('input[value="' + this.options.selectAllValue + '"]', this.$ul).length > 0; return $('option[value="' + this.options.selectAllValue + '"]', this.$select).length > 0;
}, },
/** /**
......
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