Addressed feedback

This commit is contained in:
Phil Hughes 2016-04-18 13:45:26 +01:00
parent 65410e63ac
commit fe3ac403b9
1 changed files with 3 additions and 3 deletions

View File

@ -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 (=>