Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-01-06 01:51:14 +0300
committerMark Otto <markdotto@gmail.com>2017-01-06 01:51:14 +0300
commit43d9391fba015f13f06f3af4dc6f5a8205cb548b (patch)
tree79b6890e3274ab3f8882e8b0684064fbe4bb9756 /js/dist/button.js
parent4d4085a59f92ed59ba3fb5e664ec6df0976b3c2e (diff)
grunt
Diffstat (limited to 'js/dist/button.js')
-rw-r--r--js/dist/button.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/button.js b/js/dist/button.js
index eff882c6d7..72e9e067d4 100644
--- a/js/dist/button.js
+++ b/js/dist/button.js
@@ -87,10 +87,10 @@ var Button = function ($) {
input.focus();
}
- } else {
- this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));
}
+ this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));
+
if (triggerChangeEvent) {
$(this._element).toggleClass(ClassName.ACTIVE);
}