Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-11-29 00:39:56 +0300
committerMark Otto <markdotto@gmail.com>2016-11-29 00:39:56 +0300
commit82875586c1ee8d1bc19227bb1e6646a3e87e233d (patch)
treed4d173e362e51f43e363ec4571ae2a3b5977f542 /js/dist/popover.js
parentd6c1fa37bd6dd9bb99fc3c18750c76a3d8c0a3b3 (diff)
parent4f520c7ff301ce42f01e32bd77606ce94384cd13 (diff)
Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into J2TeaM-v4-js-carousel
Diffstat (limited to 'js/dist/popover.js')
-rw-r--r--js/dist/popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/popover.js b/js/dist/popover.js
index 3b81cae0de..90e9095817 100644
--- a/js/dist/popover.js
+++ b/js/dist/popover.js
@@ -95,7 +95,7 @@ var Popover = function ($) {
this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
- $tip.removeClass(ClassName.FADE).removeClass(ClassName.ACTIVE);
+ $tip.removeClass(ClassName.FADE + ' ' + ClassName.ACTIVE);
this.cleanupTether();
};