Add Airframes.org and FlightAware Mode-S links

This commit is contained in:
Carlos Salaverria 2016-08-22 18:15:06 -05:00
parent 96fe1e0ee5
commit 70e86384f0
3 changed files with 33 additions and 9 deletions

View file

@ -209,11 +209,3 @@ function format_data_source(source) {
return "";
}
function format_ident(ident) {
if (ident !== null && ident !== "") {
return "<a href=\"https://flightaware.com/live/flight/" + ident.trim() + "\">" + ident + "</a>";
}
return "";
}