Link ICAO to airframes.org (complete with horrible javascript form-submission workaround)
This commit is contained in:
parent
245bbd8b97
commit
dcd9f0b1e7
2 changed files with 19 additions and 1 deletions
public_html
|
@ -658,6 +658,7 @@ function refreshSelected() {
|
|||
|
||||
$('#selected_speed').text(format_speed_long(selected.speed));
|
||||
$('#selected_icao').text(selected.icao.toUpperCase());
|
||||
$('#airframes_post_icao').attr('value',selected.icao);
|
||||
$('#selected_track').text(format_track_long(selected.track));
|
||||
|
||||
if (selected.seen <= 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue