Commit fe3ac403 authored by Phil Hughes's avatar Phil Hughes

Addressed feedback

parent 65410e63
...@@ -23,14 +23,14 @@ class @ImporterStatus ...@@ -23,14 +23,14 @@ class @ImporterStatus
$('.js-import-all') $('.js-import-all')
.off 'click' .off 'click'
.on 'click', (e) => .on 'click', (e) ->
$btn = $(e.currentTarget) $btn = $(@)
$btn $btn
.disable() .disable()
.addClass 'is-loading' .addClass 'is-loading'
$('.js-add-to-import').each -> $('.js-add-to-import').each ->
$(this).click() $(this).trigger('click')
setAutoUpdate: -> setAutoUpdate: ->
setInterval (=> 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