diff --git a/js/tooltip.js b/js/tooltip.js index 4c0e4bdcdf..99dbc68fc4 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -362,6 +362,7 @@ } Tooltip.prototype.destroy = function () { + clearTimeout(this.timeout); this.hide().$element.off('.' + this.type).removeData('bs.' + this.type) }