diff --git a/frontend/src/utils/buttons.js b/frontend/src/utils/buttons.js index 8536b813..9f699db3 100644 --- a/frontend/src/utils/buttons.js +++ b/frontend/src/utils/buttons.js @@ -6,6 +6,10 @@ function loading (button) { return } + if (el.innerHTML == 'autorenew' || el.innerHTML == 'done') { + return + } + el.dataset.icon = el.innerHTML el.style.opacity = 0