From e1e621be046a4541a2fd36e445015ee44de3c67e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 15:15:29 -0800 Subject: grunt --- docs/dist/js/bootstrap.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/dist/js/bootstrap.js') diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index b19fca4ed..b9e5f56f9 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -3043,6 +3043,10 @@ var Tooltip = function ($) { $(tip).removeClass(ClassName.SHOW); + this._activeTrigger[Trigger.CLICK] = false; + this._activeTrigger[Trigger.FOCUS] = false; + this._activeTrigger[Trigger.HOVER] = false; + if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) { this._isTransitioning = true; $(tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); -- cgit v1.2.3