improve caching

This commit is contained in:
Matthias Wirth
2019-10-29 22:00:29 +01:00
parent 3b05f17248
commit d44d3fae3e
15 changed files with 131 additions and 126 deletions

View File

@@ -547,9 +547,11 @@ function init_page() {
});
/*
$('#altitude_checkbox').on('click', function() {
toggleAltitudeChart(true);
});
*/
$('#debugAll_checkbox').on('click', function() {
toggleDebugAll();
@@ -595,7 +597,7 @@ function init_page() {
filterGroundVehicles(false);
filterBlockedMLAT(false);
toggleAltitudeChart(false);
//toggleAltitudeChart(false);
}