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 @@
-
-
-
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;