diff options
| author | Mark Otto <[email protected]> | 2017-01-05 14:51:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-05 14:51:14 -0800 |
| commit | 43d9391fba015f13f06f3af4dc6f5a8205cb548b (patch) | |
| tree | 79b6890e3274ab3f8882e8b0684064fbe4bb9756 /docs/dist/js/bootstrap.js | |
| parent | 4d4085a59f92ed59ba3fb5e664ec6df0976b3c2e (diff) | |
| download | bootstrap-43d9391fba015f13f06f3af4dc6f5a8205cb548b.tar.xz bootstrap-43d9391fba015f13f06f3af4dc6f5a8205cb548b.zip | |
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 20dcd36a0..b7e237c3e 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -442,10 +442,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); } |
