From 255e89b2415e17fed75ca16962175f5d468edb1a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 19 Feb 2016 13:10:46 +0200 Subject: Run grunt. [ci skip] --- docs/dist/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/js/bootstrap.js') diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 24cd3683a..2b5823a20 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -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)); -- cgit v1.2.3