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
|
:javascript
|
||||||
$(function(){
|
$(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(){
|
$('.how_to_merge_link').bind("click", function(){
|
||||||
modal.show();
|
modal.show();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue