mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
CR: Clear errors when logging session is ended
This commit is contained in:
@@ -524,6 +524,8 @@ function clearSession() {
|
||||
$("#contest").val("");
|
||||
qsoList = [];
|
||||
$(".js-qso-count").html("");
|
||||
errors = [];
|
||||
$(".js-status").html("");
|
||||
}
|
||||
|
||||
function showErrors() {
|
||||
|
||||
Reference in New Issue
Block a user