From 28e63a1029ebcc937564fffd29f332fdf3c9d810 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 24 Jan 2026 10:10:46 -0600 Subject: [PATCH] Couple small fixes like vessel icon and double stations text in spy page --- static/js/modes/spy-stations.js | 2 +- templates/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/modes/spy-stations.js b/static/js/modes/spy-stations.js index 8f65fa2..df598c5 100644 --- a/static/js/modes/spy-stations.js +++ b/static/js/modes/spy-stations.js @@ -507,7 +507,7 @@ const SpyStations = (function() { // Update visible count in header if element exists const visibleCountEl = document.getElementById('spyStationsVisibleCount'); if (visibleCountEl) { - visibleCountEl.textContent = stationList.length + ' stations'; + visibleCountEl.textContent = stationList.length; } } diff --git a/templates/index.html b/templates/index.html index 088342f..dd36438 100644 --- a/templates/index.html +++ b/templates/index.html @@ -97,7 +97,7 @@ ADS-B tracking - + Vessels AIS ship tracking @@ -282,7 +282,7 @@ Aircraft - Vessels + Vessels @@ -343,7 +343,7 @@ Aircraft - Vessels + Vessels