mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Removed un-used get request
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user