diff --git a/html/script.js b/html/script.js
index e113471..28a6092 100644
--- a/html/script.js
+++ b/html/script.js
@@ -1305,9 +1305,6 @@ function parseHistory() {
function startPage() {
console.log("Completing init");
- // Kick off first refresh.
- fetchData();
-
if (!globeIndex) {
$('#show_trace').hide();
}
@@ -1342,6 +1339,9 @@ function startPage() {
pathName = window.location.pathname;
processURLParams();
+ // Kick off first refresh.
+ fetchData();
+
if (!icaoFilter && globeIndex)
toggleTableInView(true);