From dcd9f0b1e79121ca210033f7854d11197d4cc61f Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Fri, 23 Jan 2015 19:17:07 +0000 Subject: [PATCH] Link ICAO to airframes.org (complete with horrible javascript form-submission workaround) --- public_html/gmap.html | 19 ++++++++++++++++++- public_html/script.js | 1 + 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/public_html/gmap.html b/public_html/gmap.html index 29da63e..a2f0ff2 100644 --- a/public_html/gmap.html +++ b/public_html/gmap.html @@ -20,6 +20,19 @@ + + + +
@@ -94,7 +107,11 @@ n/a - + + + + + [FR24] diff --git a/public_html/script.js b/public_html/script.js index 21c96b8..4f79091 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -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) {