noVanish param

fixes https://github.com/wiedehopf/tar1090/issues/164
This commit is contained in:
Matthias Wirth
2022-02-13 23:19:05 +01:00
parent 494eafb178
commit 78c4c59aeb

View File

@@ -783,7 +783,7 @@ function initPage() {
if (loStore['debugPosFilter'] == "true")
debugPosFilter = true;
if (loStore['noVanish'] == "true") {
if (loStore['noVanish'] == "true" || usp.has('noVanish')) {
noVanish = true;
//filterTracks = noVanish;
//loStore['noVanish'] = "false";