From bd96af982768133cef59d1f039a3315ca42a7845 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 6 Apr 2017 14:23:30 -0500 Subject: [PATCH] Check for other TIS-B types --- 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 bc3fcbb..57c4d96 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -1001,7 +1001,7 @@ function refreshTableInfo() { if (tableplane.getDataSource() === "adsb_icao") { classes += " vPosition"; - } else if (tableplane.getDataSource() === "tisb_trackfile") { + } else if (tableplane.getDataSource() === "tisb_trackfile" || tableplane.getDataSource() === "tisb_icao" || tableplane.getDataSource() === "tisb_other") { classes += " tisb"; } else if (tableplane.getDataSource() === "mlat") { classes += " mlat";