From ad42c2f797576cdd5fb4f43c4b81021ed6edb5f6 Mon Sep 17 00:00:00 2001 From: VA3HDL Date: Sun, 26 May 2024 19:57:27 -0400 Subject: [PATCH] Fixed issue updating the top bar --- hamdash.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/hamdash.html b/hamdash.html index 39f57a1..2d513a9 100644 --- a/hamdash.html +++ b/hamdash.html @@ -575,8 +575,6 @@ The content refreshes automatically every 5 minutes. // Update every second setInterval(updateTopBar, 1000); - // Initial call to update - updateTopBar();