From 1a165e3d3a691665b265503a3dd6e29cf8cdbd77 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 7 Oct 2025 20:21:52 +0000 Subject: [PATCH] Fix extra column header on mobile --- webassets/js/alerts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webassets/js/alerts.js b/webassets/js/alerts.js index 1d8b13e..5e2cd07 100644 --- a/webassets/js/alerts.js +++ b/webassets/js/alerts.js @@ -40,7 +40,7 @@ function updateTable() { table.find('thead tr').append(`Start UTC`); table.find('thead tr').append(`End UTC`); table.find('thead tr').append(`DX`); - table.find('thead tr').append(`Frequencies & Modes`); + table.find('thead tr').append(`Frequencies & Modes`); table.find('thead tr').append(`Comment`); table.find('thead tr').append(`Source`); table.find('thead tr').append(`Ref.`);