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