mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
grunt
This commit is contained in:
2
js/dist/button.js
vendored
2
js/dist/button.js
vendored
@@ -82,7 +82,7 @@ var Button = function ($) {
|
||||
|
||||
if (triggerChangeEvent) {
|
||||
input.checked = !$(this._element).hasClass(ClassName.ACTIVE);
|
||||
$(this._element).trigger('change');
|
||||
$(input).trigger('change');
|
||||
}
|
||||
|
||||
input.focus();
|
||||
|
Reference in New Issue
Block a user