1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

show should be fals for modal default

This commit is contained in:
Jacob Thornton
2011-09-29 23:12:27 -07:00
parent 87d9343a30
commit fb749eee5e

View File

@@ -220,7 +220,7 @@
$.fn.modal.defaults = { $.fn.modal.defaults = {
backdrop: false backdrop: false
, keyboard: false , keyboard: false
, show: true , show: false
} }