Skip to content

Commit fb749ee

Browse files
committed
show should be fals for modal default
1 parent 87d9343 commit fb749ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
$.fn.modal.defaults = {
221221
backdrop: false
222222
, keyboard: false
223-
, show: true
223+
, show: false
224224
}
225225

226226

0 commit comments

Comments
 (0)