[hamradio-commits] [dump1090] 322/389: Add flightradar24.com link

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:10 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 e5fddba1824879160e67ebc4150a9d61df8e1405
Author: Trevor Slocum <tslocum at gmail.com>
Date:   Sun Aug 10 00:01:31 2014 -0700

    Add flightradar24.com link
---
 public_html/script.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public_html/script.js b/public_html/script.js
index 05d29b7..fa81925 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -263,6 +263,7 @@ function refreshSelected() {
 	} else if (selected && selected.squawk == 7700) { // General Emergency
 		html += ' <span class="squawk7700"> Squawking: General Emergency </span>';
 	} else if (selected && selected.flight != '') {
+		html += ' <a href="http://fr24.com/'+selected.flight+'" target="_blank">[FR24]</a>';
 	    html += ' <a href="http://www.flightstats.com/go/FlightStatus/flightStatusByFlight.do?';
         html += 'flightNumber='+selected.flight+'" target="_blank">[FlightStats]</a>';
 	}

-- 
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