mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
JS-Reset fields on nextQSO and reset
This commit is contained in:
@@ -505,6 +505,7 @@ function reset_fields() {
|
||||
$('#country').val("");
|
||||
$('#continent').val("");
|
||||
$('#email').val("");
|
||||
$('#region').val("");
|
||||
$('#lotw_info').text("");
|
||||
$('#lotw_info').attr('data-bs-original-title', "");
|
||||
$('#lotw_info').removeClass("lotw_info_red");
|
||||
@@ -1175,6 +1176,7 @@ function resetDefaultQSOFields() {
|
||||
$('#country').val("");
|
||||
$('#continent').val("");
|
||||
$('#email').val("");
|
||||
$('#region').val("");
|
||||
$('#dxcc_id').val("").multiselect('refresh');
|
||||
$('#cqz').val("");
|
||||
$('#ituz').val("");
|
||||
|
||||
Reference in New Issue
Block a user