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
This commit is contained in:
Matthias Wirth
2025-10-25 00:58:58 +00:00
parent 3857c7a996
commit bbf73b9eb6

View File

@@ -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();
}