mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 13:29:06 +02:00
Run grunt
.
[ci skip]
This commit is contained in:
4
docs/dist/js/umd/tooltip.js
vendored
4
docs/dist/js/umd/tooltip.js
vendored
@@ -348,9 +348,9 @@
|
||||
value: function setContent() {
|
||||
var tip = this.getTipElement();
|
||||
var title = this.getTitle();
|
||||
var method = this.config.html ? 'innerHTML' : 'innerText';
|
||||
var method = this.config.html ? 'html' : 'text';
|
||||
|
||||
$(tip).find(Selector.TOOLTIP_INNER)[0][method] = title;
|
||||
$(tip).find(Selector.TOOLTIP_INNER)[method](title);
|
||||
|
||||
$(tip).removeClass(ClassName.FADE).removeClass(ClassName.IN);
|
||||
|
||||
|
Reference in New Issue
Block a user