Commit fe3ac403 authored by Phil Hughes's avatar Phil Hughes

Addressed feedback

parent 65410e63
......@@ -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 (=>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment