Add close button and airframes.org link

This commit is contained in:
James Wilson 2018-07-31 16:12:03 -05:00
parent 3298eb77b4
commit 0983766a6c
3 changed files with 40 additions and 1 deletions

View file

@ -268,6 +268,7 @@
<div id="selected_infoblock" class="hidden">
<div id="splitter-infoblock" class="ui-resizable-handle ui-resizable-n"></div>
<div id="close-button">Close</div>
<div class="infoblock-container">
<div class="highlightedTitle">
@ -621,6 +622,11 @@
<div class="bottom-container">
<span id="selected_flightaware_link" class=""></span>
<div class="selected_airframe">
<a href="http://www.airframes.org/" onclick="document.getElementById('horrible_hack').submit.call(document.getElementById('airframes_post')); return false;">
airframes.org
</a>
</div>
</div>
</div>