CR: Clear errors when logging session is ended

This commit is contained in:
Filip Melík
2024-08-25 10:21:17 +02:00
parent 728e4d5910
commit 42d0c8e7df

View File

@@ -524,6 +524,8 @@ function clearSession() {
$("#contest").val("");
qsoList = [];
$(".js-qso-count").html("");
errors = [];
$(".js-status").html("");
}
function showErrors() {