When clearing contest session empty the qso table
这个提交包含在:
父节点
ba3d4a67bf
当前提交
abaccf4867
共有 2 个文件被更改,包括 2 次插入 和 1 次删除
|
|
@ -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");
|
||||
|
|
|
|||
正在加载…
在新工单中引用