diff --git a/src/js/script.js b/src/js/script.js index 9c8a3dcf8..1868d35c2 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -2090,6 +2090,7 @@ function showResult(difficultyFailed = false) { } }) .catch((e) => { + AccountIcon.loading(false); console.error(e); Notifications.add("Could not save result. " + e, -1); });