Check for adsb_icao, not just adsb

This commit is contained in:
James Wilson 2017-01-24 17:30:42 -06:00
parent bbfdd45cc3
commit e4a94aa574

View file

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