Show n/a for aircraft type on info pane

This commit is contained in:
James Wilson 2018-08-15 15:41:47 -05:00
parent 43fedd9c6d
commit 4fbb336fa3

View file

@ -916,7 +916,7 @@ function refreshSelected() {
if (selected.icaotype !== null) {
$('#selected_icaotype').text(selected.icaotype);
} else {
$('#selected_icaotype').text("");
$('#selected_icaotype').text("n/a");
}
// Not using this logic for the redesigned info panel at the time, but leaving it in if/when adding it back