Commit fe811a7c authored by Phil Hughes's avatar Phil Hughes

Removed un-used get request

parent 1af1b6c8
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment