(refs #810)Some fix about pull request

This commit is contained in:
Naoki Takezoe
2015-07-28 11:12:11 +09:00
parent ed05422ea8
commit 96a3f2c301
4 changed files with 15 additions and 25 deletions

View File

@@ -139,7 +139,7 @@ $(function(){
}
@if(hasWritePermission){
function checkConflict(from, to, noConflictHandler, hasConflictHandler){
function checkConflict(from, to){
$('.check-conflict').show();
$.get('@url(repository)/compare/' + from + '...' + to + '/mergecheck',
function(data){ $('.check-conflict').html(data); });