avoid fetchdata runnign once for showTrace
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user