From 70e9611f02aa1b3e25fe22ed37de0289e6a685fb Mon Sep 17 00:00:00 2001 From: Smittix Date: Sat, 7 Feb 2026 14:38:07 +0000 Subject: [PATCH] Remove orphaned receiver count section from WebSDR sidebar The Receiver Count section had no

so it didn't get collapsible panel styling, rendering as a small out-of-place rectangle. The count is already shown in the main receiver list panel so this was redundant. Co-Authored-By: Claude Opus 4.6 --- static/js/modes/websdr.js | 2 -- templates/partials/modes/websdr.html | 8 -------- 2 files changed, 10 deletions(-) diff --git a/static/js/modes/websdr.js b/static/js/modes/websdr.js index da18cfd..d265ea3 100644 --- a/static/js/modes/websdr.js +++ b/static/js/modes/websdr.js @@ -92,8 +92,6 @@ function searchReceivers(refresh) { const countEl = document.getElementById('websdrReceiverCount'); if (countEl) countEl.textContent = `${websdrReceivers.length} found`; - const sidebarCount = document.getElementById('websdrSidebarCount'); - if (sidebarCount) sidebarCount.textContent = websdrReceivers.length; } }) .catch(err => console.error('[WEBSDR] Search error:', err)); diff --git a/templates/partials/modes/websdr.html b/templates/partials/modes/websdr.html index 4577e2b..f0a81eb 100644 --- a/templates/partials/modes/websdr.html +++ b/templates/partials/modes/websdr.html @@ -67,12 +67,4 @@
Loading...
- - -
-
- Receivers - 0 -
-