diff options
| author | Jacob Thornton <[email protected]> | 2011-09-29 23:12:27 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-29 23:12:27 -0700 |
| commit | fb749eee5ef62a41c3e007c738729e9712e08c8c (patch) | |
| tree | ad710ba72c4c10f43615fc2a465547613debb715 /js | |
| parent | 87d9343a30105466cfd11f34ebebdb6368bd5a18 (diff) | |
| download | bootstrap-fb749eee5ef62a41c3e007c738729e9712e08c8c.tar.xz bootstrap-fb749eee5ef62a41c3e007c738729e9712e08c8c.zip | |
show should be fals for modal default
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-modal.js | 2 |
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 } |
