aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-09-08 09:04:10 +0300
committerXhmikosR <[email protected]>2014-09-08 09:04:33 +0300
commit5b9fcea9f2541a3adcbea5dff5bafaf956c7195e (patch)
treee5c133e94e87e8d0f0b2a45cad14ce7a38fc3dd8 /docs/dist/js/bootstrap.js
parent5befcb991cc62b338abc0401e6496c3866000a12 (diff)
downloadbootstrap-5b9fcea9f2541a3adcbea5dff5bafaf956c7195e.tar.xz
bootstrap-5b9fcea9f2541a3adcbea5dff5bafaf956c7195e.zip
Run `grunt`.
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js5
1 files changed, 5 insertions, 0 deletions
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)