From 8c3b28c1a7b0c0a76107824cad3e6c6129c80367 Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 29 Dec 2023 07:20:16 +0000 Subject: [PATCH] Add Reset "timesWorked" when resetting page --- assets/js/sections/qso.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index c64934f5..64441c0a 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -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() {