From e4a94aa574736cfa873a946d7c8166e10a7bd6e3 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 24 Jan 2017 17:30:42 -0600 Subject: [PATCH] Check for adsb_icao, not just adsb --- public_html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/script.js b/public_html/script.js index aef49cb..840d601 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -953,7 +953,7 @@ function refreshTableInfo() { ++TrackedAircraftPositions; } - if (tableplane.getDataSource() === "adsb") { + if (tableplane.getDataSource() === "adsb_icao") { classes += " vPosition"; } else if (tableplane.getDataSource() === "tisb") { classes += " tisb";