mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 07:06:36 +02:00
@@ -119,9 +119,7 @@ const Popover = (($) => {
|
|||||||
this.setElementContent($tip.find(Selector.TITLE), this.getTitle())
|
this.setElementContent($tip.find(Selector.TITLE), this.getTitle())
|
||||||
this.setElementContent($tip.find(Selector.CONTENT), this._getContent())
|
this.setElementContent($tip.find(Selector.CONTENT), this._getContent())
|
||||||
|
|
||||||
$tip
|
$tip.removeClass(`${ClassName.FADE} ${ClassName.IN}`)
|
||||||
.removeClass(ClassName.FADE)
|
|
||||||
.removeClass(ClassName.IN)
|
|
||||||
|
|
||||||
this.cleanupTether()
|
this.cleanupTether()
|
||||||
}
|
}
|
||||||
|
@@ -371,9 +371,7 @@ const Tooltip = (($) => {
|
|||||||
|
|
||||||
this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle())
|
this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle())
|
||||||
|
|
||||||
$tip
|
$tip.removeClass(`${ClassName.FADE} ${ClassName.IN}`)
|
||||||
.removeClass(ClassName.FADE)
|
|
||||||
.removeClass(ClassName.IN)
|
|
||||||
|
|
||||||
this.cleanupTether()
|
this.cleanupTether()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user