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) {