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 /docs/dist/js/umd/button.js | |
| parent | 9989966ddedbdb4c424e0a12c2f00cddeb01ac9a (diff) | |
| download | bootstrap-255e89b2415e17fed75ca16962175f5d468edb1a.tar.xz bootstrap-255e89b2415e17fed75ca16962175f5d468edb1a.zip | |
Run grunt.
[ci skip]
Diffstat (limited to 'docs/dist/js/umd/button.js')
| -rw-r--r-- | docs/dist/js/umd/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/umd/button.js b/docs/dist/js/umd/button.js index 7dc5cfae5..dd6c5f7af 100644 --- a/docs/dist/js/umd/button.js +++ b/docs/dist/js/umd/button.js @@ -109,7 +109,7 @@ $(this._element).trigger('change'); } - $(input).trigger('focus'); + input.focus(); } } else { this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE)); |
