From 6d4a094bddccb91280060727ea1f0e025d0d4f4e Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 8 Mar 2024 16:46:12 +0000 Subject: [PATCH] Clear Bearing on empty call and submit --- assets/js/sections/contesting.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/js/sections/contesting.js b/assets/js/sections/contesting.js index 73d3b5538..f5c880b74 100644 --- a/assets/js/sections/contesting.js +++ b/assets/js/sections/contesting.js @@ -282,6 +282,7 @@ $("#callsign").keyup(async function (e) { } else if (call.length <= 2) { $('.callsign-suggestions').text(""); + $('#bearing_info').html(""); } }); @@ -501,7 +502,7 @@ function logQso() { } $('#name').val(""); - + $('#bearing_info').html(""); $('#callsign').val(""); $('#comment').val(""); $('#exch_rcvd').val("");