1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00

change tooltip/popover insert strategy

remove modal-open class
hopefully resolve z-index headaches
This commit is contained in:
Jacob Thornton
2012-09-24 23:28:38 -07:00
parent 4a2443901f
commit 88b1e44dd6
8 changed files with 10 additions and 49 deletions

View File

@@ -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')