Add Airframes.org and FlightAware Mode-S links
This commit is contained in:
parent
96fe1e0ee5
commit
70e86384f0
3 changed files with 33 additions and 9 deletions
|
|
@ -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 "";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue