From: Erwan Jegouzo Date: Tue, 10 Jun 2014 21:36:03 +0000 (-0400) Subject: fix for #13747 X-Git-Tag: v3.2.0~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b63d0b9ba0fad04a8428d27bc1d141079bdfa7b;p=thirdparty%2Fbootstrap.git fix for #13747 Closes #13782 by merging it. --- 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') ?