diff options
| author | Mark Otto <[email protected]> | 2016-11-28 13:39:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-28 13:39:56 -0800 |
| commit | 82875586c1ee8d1bc19227bb1e6646a3e87e233d (patch) | |
| tree | d4d173e362e51f43e363ec4571ae2a3b5977f542 /js/dist/tooltip.js | |
| parent | d6c1fa37bd6dd9bb99fc3c18750c76a3d8c0a3b3 (diff) | |
| parent | 4f520c7ff301ce42f01e32bd77606ce94384cd13 (diff) | |
| download | bootstrap-82875586c1ee8d1bc19227bb1e6646a3e87e233d.tar.xz bootstrap-82875586c1ee8d1bc19227bb1e6646a3e87e233d.zip | |
Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into J2TeaM-v4-js-carousel
Diffstat (limited to 'js/dist/tooltip.js')
| -rw-r--r-- | js/dist/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js index 418456120..1de06f445 100644 --- a/js/dist/tooltip.js +++ b/js/dist/tooltip.js @@ -330,7 +330,7 @@ var Tooltip = function ($) { this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle()); - $tip.removeClass(ClassName.FADE).removeClass(ClassName.ACTIVE); + $tip.removeClass(ClassName.FADE + ' ' + ClassName.ACTIVE); this.cleanupTether(); }; |
