Removed un-used get request

This commit is contained in:
Phil Hughes 2016-03-29 12:44:34 +01:00
parent 1af1b6c8d3
commit fe811a7cdb
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ class @Compare
success: (html) ->
$('.js-target-branch-dropdown .dropdown-content').html html
)
$.get @opts.targetProjectUrl,
target_project_id: $("input[name='merge_request[target_project_id]']").val()
getSourceHtml: ->
@sendAjax(@opts.sourceBranchUrl, @source_loading, '.mr_source_commit',