From cc27ff623431afba0c8476223ad37006f284c9fe Mon Sep 17 00:00:00 2001 From: Jeff Lawson Date: Thu, 27 Feb 2014 14:40:14 -0600 Subject: [PATCH] link to FlightAware for flight details --- public_html/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/script.js b/public_html/script.js index 05d29b7..9300c27 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -265,6 +265,7 @@ function refreshSelected() { } else if (selected && selected.flight != '') { html += ' [FlightStats]'; + html += ' [FlightAware]'; } html += '';