aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 13:18:19 -0700
committerMark Otto <[email protected]>2013-08-17 13:18:19 -0700
commit0e39f9457491839fbb17a3cbaa5a14e14879718f (patch)
tree4a2d2a317f0423fb7de7ad0eb3cdd41a822072a6 /js
parent82f6f08f89ab8b86aa2d5b175493e24d1f4329cb (diff)
parent5e89f71ab26147879812e3491eeacd4b15a5c152 (diff)
downloadbootstrap-0e39f9457491839fbb17a3cbaa5a14e14879718f.tar.xz
bootstrap-0e39f9457491839fbb17a3cbaa5a14e14879718f.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'js')
-rw-r--r--js/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js
index e0f8b7a0e..1a692e6af 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -238,7 +238,7 @@
})
$(document)
- .on('shown.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
+ .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
.on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
}(window.jQuery);