Check for other TIS-B types

This commit is contained in:
James Wilson 2017-04-06 14:23:30 -05:00
parent f1192e9414
commit bd96af9827

View file

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