Move registration on hover box. Default to n/a

This commit is contained in:
James Wilson 2018-08-15 11:50:14 -05:00
parent e0bb6e11e7
commit 43fedd9c6d
2 changed files with 5 additions and 5 deletions

View file

@ -1162,7 +1162,7 @@ function refreshHighlighted() {
if (highlighted.icaotype !== null) {
$('#higlighted_icaotype').text(highlighted.icaotype);
} else {
$('#higlighted_icaotype').text("");
$('#higlighted_icaotype').text("n/a");
}
if (highlighted.getDataSource() === "adsb_icao") {