From 42d0c8e7dfd7be7e2049e0dec7fcb8d973ea458e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Mel=C3=ADk?= Date: Sun, 25 Aug 2024 10:21:17 +0200 Subject: [PATCH] CR: Clear errors when logging session is ended --- assets/js/sections/simplefle.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/js/sections/simplefle.js b/assets/js/sections/simplefle.js index 13667a126..7862c0e65 100644 --- a/assets/js/sections/simplefle.js +++ b/assets/js/sections/simplefle.js @@ -524,6 +524,8 @@ function clearSession() { $("#contest").val(""); qsoList = []; $(".js-qso-count").html(""); + errors = []; + $(".js-status").html(""); } function showErrors() {