Commit b826a684c7c66225fa60c4f82ecadea3c8e69b57
1 parent
2cf80107
Exists in
master
and in
4 other branches
Fix MR modal bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/merge_requests/_how_to_merge.html.haml
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | 14 | ||
15 | :javascript | 15 | :javascript |
16 | $(function(){ | 16 | $(function(){ |
17 | - var modal = $('#modal_merge_info').modal({modal: true}); | 17 | + var modal = $('#modal_merge_info').modal({modal: true, show:false}); |
18 | $('.how_to_merge_link').bind("click", function(){ | 18 | $('.how_to_merge_link').bind("click", function(){ |
19 | modal.show(); | 19 | modal.show(); |
20 | }); | 20 | }); |