From d4589a97ba2a02dffac8dfea397bdf0d9225d488 Mon Sep 17 00:00:00 2001 From: Kim - DG9VH Date: Thu, 12 Nov 2020 10:32:37 +0100 Subject: [PATCH] Fixed Currently TXing on local transmissions concerning YSF --- html/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/functions.js b/html/js/functions.js index 7a8af66..8fcca9f 100644 --- a/html/js/functions.js +++ b/html/js/functions.js @@ -233,7 +233,7 @@ function getLastHeard(document, event) { logIt(line); txing = false; if (line.indexOf("Talker Alias") < 0 && line.indexOf("Downlink Activate") < 0 && line.indexOf("Preamble CSBK") < 0 && line.indexOf("data header") < 0 && line.indexOf("0000:") < 0 && line.length > 0 && line.indexOf("received") > 0 ) { - if (line.indexOf("received network data") > 0 || line.indexOf("late entry") > 0 || line.indexOf("voice header") > 0) { + if (line.indexOf("received network data") > 0 || line.indexOf("late entry") > 0 || line.indexOf("voice header") > 0 || line.indexOf("received RF header") > 0) { txing = true; if (getMode(line) == "DMR Slot 1" ) { ts1TXing = getMode(line) + ";" + line.substring(line.indexOf("from") + 5, line.indexOf("to")).trim() + ";" + getTarget(line) + ";" + getSource(line);