From d84c2d9b948da39803fa8a0bc43f0ea8ea810d4f Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 19 Nov 2025 14:21:17 +0100 Subject: [PATCH] fixed missing translation in html --- assets/js/sections/bandmap_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index 5cf9e4b6f..59cd2422f 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -1087,7 +1087,7 @@ $(function() { // Submode column: show submode if available let submode = (single.submode && single.submode !== '') ? single.submode : ''; data[0].push(submode); // Callsign column: wrap in QRZ link with color coding - let qrzLink = '' + single.spotted + ''; + let qrzLink = '' + single.spotted + ''; wked_info = ((wked_info != '' ? '' : '') + qrzLink + (wked_info != '' ? '' : '')); var spotted = wked_info; data[0].push(spotted);