From 78c4c59aeb99feeeb1c8b2eea9590babe547a2dd Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sun, 13 Feb 2022 23:19:05 +0100 Subject: [PATCH] noVanish param fixes https://github.com/wiedehopf/tar1090/issues/164 --- html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/script.js b/html/script.js index f1d49bf..9414c39 100644 --- a/html/script.js +++ b/html/script.js @@ -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";