From bbf73b9eb607c2561cae86ee7102de549d268896 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sat, 25 Oct 2025 00:58:58 +0000 Subject: [PATCH] hide history positions number this is some old statistic on how much data is in the javascript memory it's only confusing to the user and not very useful even to a developer --- html/script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/script.js b/html/script.js index 8346d65..e56450d 100644 --- a/html/script.js +++ b/html/script.js @@ -2794,8 +2794,10 @@ function initMap() { g.zoomLvl = Number(loStore['zoomLvl']) || DefaultZoomLvl; g.zoomLvlCache = g.zoomLvl; + // always hide this, it really only shows the number of positions saved + jQuery('#dump1090_total_history_td').hide(); + if (globeIndex && aggregator) { - jQuery('#dump1090_total_history_td').hide(); jQuery('#dump1090_message_rate_td').hide(); }