[hamradio-commits] [dump1090] 279/389: link to FlightAware for flight details

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch master
in repository dump1090.

commit cc27ff623431afba0c8476223ad37006f284c9fe
Author: Jeff Lawson <jeff at bovine.net>
Date:   Thu Feb 27 14:40:14 2014 -0600

    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 += ' <a href="http://www.flightstats.com/go/FlightStatus/flightStatusByFlight.do?';
         html += 'flightNumber='+selected.flight+'" target="_blank">[FlightStats]</a>';
+	    html += ' <a href="http://flightaware.com/live/flight/'+selected.flight+'" target="_blank">[FlightAware]</a>';
 	}
 	html += '<td></tr>';
 	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list