[Contesting] Added calling of setRst() when page loads, and on Reset QSO to reset RST.
这个提交包含在:
父节点
38f3ec9dcb
当前提交
fec2f3763a
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -6,6 +6,7 @@ $("#exch_sent").val(1);
|
|||
|
||||
$( document ).ready(function() {
|
||||
restoreContestSession();
|
||||
setRst($("#mode").val());
|
||||
});
|
||||
|
||||
// This erases the contest logging session which is stored in localStorage
|
||||
|
|
@ -109,6 +110,7 @@ function reset_log_fields() {
|
|||
$('#comment').val("");
|
||||
$('#exch_recv').val("");
|
||||
$("#callsign").focus();
|
||||
setRst($("#mode").val());
|
||||
}
|
||||
|
||||
RegExp.escape = function(text) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用