From 25a05212a1637c53e2ee6a69317ddd41d41a26bc Mon Sep 17 00:00:00 2001 From: Kim - DG9VH Date: Wed, 11 Nov 2020 22:21:51 +0100 Subject: [PATCH] Fixed Bug with YSF on Current TXing --- 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 54c41b9..7a8af66 100644 --- a/html/js/functions.js +++ b/html/js/functions.js @@ -241,7 +241,7 @@ function getLastHeard(document, event) { ts2TXing = getMode(line) + ";" + line.substring(line.indexOf("from") + 5, line.indexOf("to")).trim() + ";" + getTarget(line) + ";" + getSource(line); } } - if (line.indexOf("network watchdog") > 0 || line.indexOf("end of voice transmission") > 0) { + if (line.indexOf("network watchdog") > 0 || line.indexOf("end of voice transmission") > 0 || line.indexOf("end of transmission") > 0) { if (getMode(line) == "DMR Slot 1" ) { ts1TXing = null; } else {