From 3b84ffcc5483b96baa273f57c45e8b3eab3bfea4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 16 Feb 2016 20:09:57 -0800 Subject: grunt --- docs/dist/js/bootstrap.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/dist/js/bootstrap.js') diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 7696fef79..24cd3683a 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -462,6 +462,8 @@ var Button = (function ($) { input.checked = !$(this._element).hasClass(ClassName.ACTIVE); $(this._element).trigger('change'); } + + $(input).trigger('focus'); } } else { this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE)); -- cgit v1.2.3