mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
parent
4f5a7c96e7
commit
4f520c7ff3
2 changed files with 2 additions and 6 deletions
|
|
@ -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…
Reference in a new issue