diff options
| author | XhmikosR <[email protected]> | 2016-02-19 13:10:46 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-19 13:14:47 +0200 |
| commit | 255e89b2415e17fed75ca16962175f5d468edb1a (patch) | |
| tree | 1db6713adbd2ad9595f268f99ff660a8a5c87e90 /js/dist/button.js | |
| parent | 9989966ddedbdb4c424e0a12c2f00cddeb01ac9a (diff) | |
| download | bootstrap-255e89b2415e17fed75ca16962175f5d468edb1a.tar.xz bootstrap-255e89b2415e17fed75ca16962175f5d468edb1a.zip | |
Run grunt.
[ci skip]
Diffstat (limited to 'js/dist/button.js')
| -rw-r--r-- | js/dist/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/button.js b/js/dist/button.js index 1486e745d..ec9501aa7 100644 --- a/js/dist/button.js +++ b/js/dist/button.js @@ -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)); |
