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");