Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-09-25 10:28:38 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-09-25 10:28:38 +0400
commit88b1e44dd61afd8f08761346555521bd216ed73a (patch)
treeb0d6a3c4acef7587b64b566581bfb6e21d3f2d61 /docs/assets/js/bootstrap-modal.js
parent4a2443901fc507b226b49dfe3a3ee9fa35bc2156 (diff)
change tooltip/popover insert strategy
remove modal-open class hopefully resolve z-index headaches
Diffstat (limited to 'docs/assets/js/bootstrap-modal.js')
-rw-r--r--docs/assets/js/bootstrap-modal.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/assets/js/bootstrap-modal.js b/docs/assets/js/bootstrap-modal.js
index 041274c5bc..d53f13a00c 100644
--- a/docs/assets/js/bootstrap-modal.js
+++ b/docs/assets/js/bootstrap-modal.js
@@ -49,8 +49,6 @@
if (this.isShown || e.isDefaultPrevented()) return
- $('body').addClass('modal-open')
-
this.isShown = true
this.escape()
@@ -96,8 +94,6 @@
this.isShown = false
- $('body').removeClass('modal-open')
-
this.escape()
$(document).off('focusin.modal')