[Common] Update bootstrap (fix tooltip)
This commit is contained in:
parent
06bc798b1f
commit
3ecd96d868
|
@ -131,7 +131,7 @@
|
||||||
|
|
||||||
updateTitle: function() {
|
updateTitle: function() {
|
||||||
var tip = this.getBSTip();
|
var tip = this.getBSTip();
|
||||||
tip.$tip.find('.tooltip-inner')[tip.options.html ? 'html' : 'text'](tip.options.title);
|
$(tip.getTipElement()).find('.tooltip-inner')[tip.config.html ? 'html' : 'text'](tip.config.title);
|
||||||
},
|
},
|
||||||
|
|
||||||
getBSTip: function() {
|
getBSTip: function() {
|
||||||
|
|
Loading…
Reference in a new issue