mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
When resetting contest session set the contest name to Other
This commit is contained in:
parent
7b317576da
commit
ba3d4a67bf
1 changed files with 1 additions and 1 deletions
|
|
@ -19,8 +19,8 @@ function reset_contest_session() {
|
|||
$('#exch_recv').val("");
|
||||
$("#callsign").focus();
|
||||
setRst($("#mode").val());
|
||||
|
||||
$("#serial").prop("checked", true);
|
||||
$("#contestname").val("Other").change();
|
||||
|
||||
localStorage.removeItem("contestid");
|
||||
localStorage.removeItem("exchangetype");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue