mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into J2TeaM-v4-js-carousel
This commit is contained in:
2
js/dist/popover.js
vendored
2
js/dist/popover.js
vendored
@@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user