From e31c750b41be1fbac69a829ecc2b53d713c84e83 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sat, 25 Oct 2025 09:36:30 +0100 Subject: [PATCH] Mouseover callsign to reveal operator name --- webassets/js/spots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webassets/js/spots.js b/webassets/js/spots.js index 2734cac..ab29de7 100644 --- a/webassets/js/spots.js +++ b/webassets/js/spots.js @@ -185,7 +185,7 @@ function updateTable() { $tr.append(`${time_formatted}`); } if (showDX) { - $tr.append(`${dx_flag}${s["dx_call"]}`); + $tr.append(`${dx_flag}${s["dx_call"]}`); } if (showFreq) { $tr.append(`${freq_string}`);