From fb749eee5ef62a41c3e007c738729e9712e08c8c Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 29 Sep 2011 23:12:27 -0700 Subject: [PATCH] show should be fals for modal default --- js/bootstrap-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 288593ea4d..55b5fb77c5 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 }