Skip to content

Commit

Permalink
openflights.js: Unconditionally set notes field
Browse files Browse the repository at this point in the history
Caused by 2074399

Fixes #1452
  • Loading branch information
reedy committed Nov 18, 2023
1 parent cc0b081 commit b4a9ae3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openflights.js
Original file line number Diff line number Diff line change
Expand Up @@ -2925,9 +2925,7 @@ function editFlight(str, param) {

form.registration.value = col[14];
alid = col[15];
if (col[16] != "") {
form.note.value = col[16];
}
form.note.value = col[16];
form.seat.value = col[8];

$("src_ap").style.color = "#000000";
Expand Down

0 comments on commit b4a9ae3

Please sign in to comment.