Fix MR modal bug
This commit is contained in:
parent
2cf8010792
commit
b826a684c7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue