1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02: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

View File

@@ -463,7 +463,7 @@ var Button = (function ($) {
$(this._element).trigger('change');
}
$(input).trigger('focus');
input.focus();
}
} else {
this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));

File diff suppressed because one or more lines are too long

View File

@@ -109,7 +109,7 @@
$(this._element).trigger('change');
}
$(input).trigger('focus');
input.focus();
}
} else {
this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));