From 1b63d0b9ba0fad04a8428d27bc1d141079bdfa7b Mon Sep 17 00:00:00 2001 From: Erwan Jegouzo Date: Tue, 10 Jun 2014 17:36:03 -0400 Subject: [PATCH] fix for #13747 Closes #13782 by merging it. --- js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tooltip.js b/js/tooltip.js index 38940a384d..c62a5061a4 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -202,10 +202,10 @@ var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) this.applyPlacement(calculatedOffset, placement) - this.hoverState = null var complete = function () { that.$element.trigger('shown.bs.' + that.type) + that.hoverState = null } $.support.transition && this.$tip.hasClass('fade') ? -- 2.47.2