mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fix linting error 🙈
This commit is contained in:
parent
216eab51b0
commit
4ca78f7b33
@ -110,6 +110,7 @@ const GhTaskButton = Component.extend({
|
||||
// has happened when the button is clicked
|
||||
_restartAnimation: task(function* () {
|
||||
if (this.$('.retry-animated').length) {
|
||||
// eslint-disable-next-line
|
||||
let elem = this.$('.retry-animated')[0];
|
||||
elem.classList.remove('retry-animated');
|
||||
yield timeout(10);
|
||||
|
Loading…
Reference in New Issue
Block a user