Check for adsb_icao, not just adsb
This commit is contained in:
parent
bbfdd45cc3
commit
e4a94aa574
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue