Commit b02c4736 authored by David Stutz's avatar David Stutz

Quick fix after merge.

parent 13007b08
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
*/ */
buttonText: function(options, select) { buttonText: function(options, select) {
if (this.disabledText.length > 0 if (this.disabledText.length > 0
&& (select.prop('disabled') || (options.length == 0 && this.disableIfEmpty)) { && (select.prop('disabled') || (options.length == 0 && this.disableIfEmpty))) {
return this.disabledText; return this.disabledText;
} }
......
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