mirror of https://github.com/twbs/bootstrap.git
show should be fals for modal default
This commit is contained in:
parent
87d9343a30
commit
fb749eee5e
|
@ -220,7 +220,7 @@
|
|||
$.fn.modal.defaults = {
|
||||
backdrop: false
|
||||
, keyboard: false
|
||||
, show: true
|
||||
, show: false
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue