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