]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
show should be fals for modal default
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 30 Sep 2011 06:12:27 +0000 (23:12 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 30 Sep 2011 06:12:27 +0000 (23:12 -0700)
js/bootstrap-modal.js

index 288593ea4dfa95b15941f4780bccab289963c999..55b5fb77c5abc6d38c236a9977e2969471f1fc7a 100644 (file)
   $.fn.modal.defaults = {
     backdrop: false
   , keyboard: false
-  , show: true
+  , show: false
   }