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() {