From 2bec06a2e6eda8e234cf92adf417d78dbd4a2f48 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Wed, 18 Mar 2020 19:38:08 +0100 Subject: [PATCH] hist lastLeg checkbox for non globe installs --- html/index.html | 4 ---- html/script.js | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/html/index.html b/html/index.html index 79de936..f4f39da 100644 --- a/html/index.html +++ b/html/index.html @@ -577,10 +577,6 @@
View Toggles
-
-
-
Show Anonymous MLAT Tracks
-
Show Ground Vehicles and Other Non-Aircraft Positions
diff --git a/html/script.js b/html/script.js index 6f1fcf9..78d1ac9 100644 --- a/html/script.js +++ b/html/script.js @@ -373,6 +373,8 @@ function fetchData() { if (uuid != null) { ac_url[0] = 'data/?feed=' + encodeURIComponent(uuid); } + + $("#lastLeg_checkbox").hide(); } lastRequestFiles = ac_url.length; PendingFetches = ac_url.length;