From 5b9fcea9f2541a3adcbea5dff5bafaf956c7195e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 8 Sep 2014 09:04:10 +0300 Subject: Run `grunt`. --- docs/dist/js/bootstrap.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/dist/js/bootstrap.js') diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 0b332225f..717980203 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1232,6 +1232,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re var self = obj instanceof this.constructor ? obj : $(obj.currentTarget).data('bs.' + this.type) + if (self && self.$tip && self.$tip.is(':visible')) { + self.hoverState = 'in' + return + } + if (!self) { self = new this.constructor(obj.currentTarget, this.getDelegateOptions()) $(obj.currentTarget).data('bs.' + this.type, self) -- cgit v1.2.3