From a6ea92ce2237d4fb53d70a4695f53bd25ce66075 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 16 Mar 2021 09:04:03 +0000 Subject: [PATCH] unlocking the account icon if test saving failed --- src/js/script.js | 1 + 1 file changed, 1 insertion(+) 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); });