Add Reset "timesWorked" when resetting page

pull/2886/head
int2001 2023-12-29 07:20:16 +00:00
rodzic d067587639
commit 8c3b28c1a7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DFB1C13CD2DB037B
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -528,6 +528,7 @@ function reset_fields() {
mymap.removeLayer(markers);
$('.callsign-suggest').hide();
$('.dxccsummary').remove();
$('#timesWorked').html('');
}
function resetTimers(manual) {
@ -1049,6 +1050,7 @@ function resetDefaultQSOFields() {
$('#callsign-image').attr('style', 'display: none;');
$('#callsign-image-content').text("");
$('.dxccsummary').remove();
$('#timesWorked').html('');
}
function closeModal() {