mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Variable name
This commit is contained in:
@@ -6,9 +6,9 @@ class @ImporterStatus
|
||||
initStatusPage: ->
|
||||
$('.js-add-to-import')
|
||||
.off 'click'
|
||||
.on 'click', (event) =>
|
||||
.on 'click', (e) =>
|
||||
new_namespace = null
|
||||
$btn = $(event.currentTarget)
|
||||
$btn = $(e.currentTarget)
|
||||
$tr = $btn.closest('tr')
|
||||
id = $tr.attr('id').replace('repo_', '')
|
||||
if $tr.find('.import-target input').length > 0
|
||||
|
||||
Reference in New Issue
Block a user