[Contesting] Added calling of setRst() when page loads, and on Reset QSO to reset RST.

pull/782/head
Andreas 2020-12-29 14:51:12 +01:00
rodzic 38f3ec9dcb
commit fec2f3763a
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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) {