link to FlightAware for flight details
This commit is contained in:
parent
4a438d6e34
commit
cc27ff6234
|
@ -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>';
|
||||
|
||||
|
|
Loading…
Reference in a new issue