diff options
| author | Mark Otto <[email protected]> | 2016-12-28 15:15:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:15:29 -0800 |
| commit | e1e621be046a4541a2fd36e445015ee44de3c67e (patch) | |
| tree | 6a6d9b939e04d40c7b8e36b5206c771ebedda349 /docs/dist/js/bootstrap.js | |
| parent | 3d24364605ef19ed9f631b8489ce3d6accab6b8a (diff) | |
| download | bootstrap-e1e621be046a4541a2fd36e445015ee44de3c67e.tar.xz bootstrap-e1e621be046a4541a2fd36e445015ee44de3c67e.zip | |
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
