aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-29 23:12:27 -0700
committerJacob Thornton <[email protected]>2011-09-29 23:12:27 -0700
commitfb749eee5ef62a41c3e007c738729e9712e08c8c (patch)
treead710ba72c4c10f43615fc2a465547613debb715
parent87d9343a30105466cfd11f34ebebdb6368bd5a18 (diff)
downloadbootstrap-fb749eee5ef62a41c3e007c738729e9712e08c8c.tar.xz
bootstrap-fb749eee5ef62a41c3e007c738729e9712e08c8c.zip
show should be fals for modal default
-rw-r--r--js/bootstrap-modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js
index 288593ea4..55b5fb77c 100644
--- a/js/bootstrap-modal.js
+++ b/js/bootstrap-modal.js
@@ -220,7 +220,7 @@
$.fn.modal.defaults = {
backdrop: false
, keyboard: false
- , show: true
+ , show: false
}