From abaccf486755cff86f5211504f2644625e115e2f Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 29 Dec 2020 16:37:23 +0000 Subject: [PATCH] When clearing contest session empty the qso table --- application/views/contesting/index.php | 2 +- assets/js/sections/contesting.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/views/contesting/index.php b/application/views/contesting/index.php index 603f9878..28bc94aa 100644 --- a/application/views/contesting/index.php +++ b/application/views/contesting/index.php @@ -407,7 +407,7 @@ - + diff --git a/assets/js/sections/contesting.js b/assets/js/sections/contesting.js index 655093e3..60e82efc 100644 --- a/assets/js/sections/contesting.js +++ b/assets/js/sections/contesting.js @@ -21,6 +21,7 @@ function reset_contest_session() { setRst($("#mode").val()); $("#serial").prop("checked", true); $("#contestname").val("Other").change(); + $(".contest_qso_table_contents").empty(); localStorage.removeItem("contestid"); localStorage.removeItem("exchangetype");