write the route if it hasn't been set by acars #184

This commit is contained in:
Nabeel Shahzad
2018-02-10 16:10:19 -06:00
parent 7a6b228d8f
commit 5a89b4f194
5 changed files with 18 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ $(document).ready(function() {
$('a.airport_data_lookup').click(function(e) {
e.preventDefault();
var icao = $("input#airport_icao").val();
const icao = $("input#airport_icao").val();
if(icao === '') {
return;
}