When clearing contest session empty the qso table

pull/782/head
Peter Goodhall 2020-12-29 16:37:23 +00:00
rodzic ba3d4a67bf
commit abaccf4867
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -407,7 +407,7 @@
</tr>
</thead>
<tbody>
<tbody class="contest_qso_table_contents">
</tbody>
</table>
</div>

Wyświetl plik

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