[Common] Update bootstrap (fix tooltip)

This commit is contained in:
JuliaSvinareva 2020-12-18 20:29:57 +03:00
parent 06bc798b1f
commit 3ecd96d868

View file

@ -131,7 +131,7 @@
updateTitle: function() {
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() {