Commit b826a684 authored by randx's avatar randx

Fix MR modal bug

parent 2cf80107
......@@ -14,7 +14,7 @@
:javascript
$(function(){
var modal = $('#modal_merge_info').modal({modal: true});
var modal = $('#modal_merge_info').modal({modal: true, show:false});
$('.how_to_merge_link').bind("click", function(){
modal.show();
});
......
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