mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 08:04:59 +02:00
Run grunt.
[ci skip]
This commit is contained in:
2
js/dist/button.js
vendored
2
js/dist/button.js
vendored
@@ -96,7 +96,7 @@ var Button = (function ($) {
|
||||
$(this._element).trigger('change');
|
||||
}
|
||||
|
||||
$(input).trigger('focus');
|
||||
input.focus();
|
||||
}
|
||||
} else {
|
||||
this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));
|
||||
|
Reference in New Issue
Block a user