Addressed feedback
This commit is contained in:
parent
65410e63ac
commit
fe3ac403b9
1 changed files with 3 additions and 3 deletions
|
@ -23,14 +23,14 @@ class @ImporterStatus
|
|||
|
||||
$('.js-import-all')
|
||||
.off 'click'
|
||||
.on 'click', (e) =>
|
||||
$btn = $(e.currentTarget)
|
||||
.on 'click', (e) ->
|
||||
$btn = $(@)
|
||||
$btn
|
||||
.disable()
|
||||
.addClass 'is-loading'
|
||||
|
||||
$('.js-add-to-import').each ->
|
||||
$(this).click()
|
||||
$(this).trigger('click')
|
||||
|
||||
setAutoUpdate: ->
|
||||
setInterval (=>
|
||||
|
|
Loading…
Reference in a new issue