parent
ad2a5ea174
commit
fb72a2ec14
@ -1,5 +1,5 @@ |
||||
import $ from 'jquery' |
||||
|
||||
$('button[data-loading="animation"]').click(event => { |
||||
$('button[data-loading="animation"]').click(_event => { |
||||
$('#loading').removeClass('d-none') |
||||
}) |
||||
|
Loading…
Reference in new issue