Commit fb749eee authored by Jacob Thornton's avatar Jacob Thornton

show should be fals for modal default

parent 87d9343a
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
$.fn.modal.defaults = { $.fn.modal.defaults = {
backdrop: false backdrop: false
, keyboard: false , keyboard: false
, show: true , show: false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment