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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user