hist lastLeg checkbox for non globe installs

This commit is contained in:
Matthias Wirth
2020-03-18 19:38:08 +01:00
parent ceefffc15f
commit 2bec06a2e6
2 changed files with 2 additions and 4 deletions

View File

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