From b38061c3c4233bc17a48b969de12a543b89e6f3e Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 22 Sep 2016 15:03:46 +0100 Subject: [PATCH] Might as well use the mode-s-and-ident link everywhere. --- public_html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/script.js b/public_html/script.js index 2b2f826..21c355d 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -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 : "");