Commit b826a684c7c66225fa60c4f82ecadea3c8e69b57

Authored by randx
1 parent 2cf80107

Fix MR modal bug

app/views/merge_requests/_how_to_merge.html.haml
... ... @@ -14,7 +14,7 @@
14 14  
15 15 :javascript
16 16 $(function(){
17   - var modal = $('#modal_merge_info').modal({modal: true});
  17 + var modal = $('#modal_merge_info').modal({modal: true, show:false});
18 18 $('.how_to_merge_link').bind("click", function(){
19 19 modal.show();
20 20 });
... ...