Fix MR modal bug

This commit is contained in:
randx 2012-05-30 19:46:09 +03:00
parent 2cf8010792
commit b826a684c7

View file

@ -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();
});