From 906b4b6a2b1f5fefd902e059afa34fc207a8b9db Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 1 May 2024 12:33:38 +0200 Subject: [PATCH] allow extended signal reports --- assets/js/sections/simplefle.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/js/sections/simplefle.js b/assets/js/sections/simplefle.js index e74366fac..5cf1d2930 100644 --- a/assets/js/sections/simplefle.js +++ b/assets/js/sections/simplefle.js @@ -181,7 +181,7 @@ function handleInput() { ) ) { callsign = item.toUpperCase(); - } else if (itemNumber > 0 && item.match(/^[-+]?\d{1,3}$/)) { + } else if (itemNumber > 0 && item.match(/^[-+]\d{1,2}|\d{1,3}$|\d{1,3}[-+]d{1,2}$/)) { if (rst_s === null) { rst_s = item; } else { @@ -406,8 +406,6 @@ function clearSession() { $("#qsodate").val(""); $("#qsoTable tbody").empty(); $("#my-sota-wwff").val(""); - // $("#station-call").val(""); Do not clear that? - // $("#operator").val(""); Do not clear that? $(".qso-area").val(""); $("#my-grid").val(""); qsoList = [];