Removed un-used get request
This commit is contained in:
parent
1af1b6c8d3
commit
fe811a7cdb
1 changed files with 0 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue