mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
parent
4f5a7c96e7
commit
4f520c7ff3
@ -119,9 +119,7 @@ const Popover = (($) => {
|
||||
this.setElementContent($tip.find(Selector.TITLE), this.getTitle())
|
||||
this.setElementContent($tip.find(Selector.CONTENT), this._getContent())
|
||||
|
||||
$tip
|
||||
.removeClass(ClassName.FADE)
|
||||
.removeClass(ClassName.IN)
|
||||
$tip.removeClass(`${ClassName.FADE} ${ClassName.IN}`)
|
||||
|
||||
this.cleanupTether()
|
||||
}
|
||||
|
@ -371,9 +371,7 @@ const Tooltip = (($) => {
|
||||
|
||||
this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle())
|
||||
|
||||
$tip
|
||||
.removeClass(ClassName.FADE)
|
||||
.removeClass(ClassName.IN)
|
||||
$tip.removeClass(`${ClassName.FADE} ${ClassName.IN}`)
|
||||
|
||||
this.cleanupTether()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user