mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-10 00:03:45 -04:00
show should be fals for modal default
This commit is contained in:
parent
87d9343a30
commit
fb749eee5e
2
js/bootstrap-modal.js
vendored
2
js/bootstrap-modal.js
vendored
@ -220,7 +220,7 @@
|
|||||||
$.fn.modal.defaults = {
|
$.fn.modal.defaults = {
|
||||||
backdrop: false
|
backdrop: false
|
||||||
, keyboard: false
|
, keyboard: false
|
||||||
, show: true
|
, show: false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user