From: Patrick H. Lauke Date: Wed, 17 Feb 2016 15:21:02 +0000 (+0000) Subject: Replace jQuery with vanilla JS X-Git-Tag: v4.0.0-alpha.3~219^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=701b12bf5823769e4eae66153755cf1ecd10ead9;p=thirdparty%2Fbootstrap.git Replace jQuery with vanilla JS --- diff --git a/js/src/button.js b/js/src/button.js index adcf4c9286..39e2b39742 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -93,7 +93,7 @@ const Button = (($) => { $(this._element).trigger('change') } - $(input).trigger('focus') + input.focus() } } else {