2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2016-02-19 13:10:46 +02:00
parent 9989966dde
commit 255e89b241
16 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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));
+1 -1
View File
File diff suppressed because one or more lines are too long