From 43fedd9c6d6dbcd2cd852eea954fc678ea8d6447 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 15 Aug 2018 11:50:14 -0500 Subject: [PATCH] Move registration on hover box. Default to n/a --- public_html/index.html | 8 ++++---- public_html/script.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index e392bec..e884137 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -71,6 +71,10 @@ n/a
+
+
Registration:
+
n/a
+
Aircraft Type:
n/a
@@ -83,10 +87,6 @@
Speed:
n/a
-
-
Registration:
-
n/a
-
Source:
n/a
diff --git a/public_html/script.js b/public_html/script.js index c2b4edd..4d15c38 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -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") {