Might as well use the mode-s-and-ident link everywhere.

This commit is contained in:
Oliver Jowett 2016-09-22 15:03:46 +01:00
parent d4e1300b1f
commit b38061c3c4

View file

@ -888,7 +888,7 @@ function refreshTableInfo() {
}
// ICAO doesn't change
tableplane.tr.cells[2].innerHTML = getFlightAwareIdentLink(tableplane.flight);
tableplane.tr.cells[2].innerHTML = getFlightAwareModeSLink(tableplane.icao, tableplane.flight);
tableplane.tr.cells[3].textContent = (tableplane.registration !== null ? tableplane.registration : "");
tableplane.tr.cells[4].textContent = (tableplane.icaotype !== null ? tableplane.icaotype : "");
tableplane.tr.cells[5].textContent = (tableplane.squawk !== null ? tableplane.squawk : "");