Commit c19e7f4c authored by David Stutz's avatar David Stutz

Merge pull request #285 from conradfr/onchange-move

Moving down the onChange callback
parents 79a15968 4238b290
...@@ -392,11 +392,12 @@ ...@@ -392,11 +392,12 @@
} }
this.$select.change(); this.$select.change();
this.options.onChange($option, checked);
this.updateButtonText(); this.updateButtonText();
this.updateSelectAll(); this.updateSelectAll();
this.options.onChange($option, checked);
if(this.options.preventInputChangeEvent) { if(this.options.preventInputChangeEvent) {
return false; return 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