mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
When clearing contest session empty the qso table
This commit is contained in:
parent
ba3d4a67bf
commit
abaccf4867
@ -407,7 +407,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tbody class="contest_qso_table_contents">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user