From de6d671ba4085541a80f376ddd887e6a2233ae83 Mon Sep 17 00:00:00 2001 From: Eric Tran Date: Tue, 16 Jul 2019 19:11:19 +0000 Subject: [PATCH] Change all occurences of Skyview to SkyAware in .js files --- public_html/config.js | 2 +- public_html/script.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/config.js b/public_html/config.js index 7e3e060..b9be157 100644 --- a/public_html/config.js +++ b/public_html/config.js @@ -99,7 +99,7 @@ SiteCircles = true; // true to show circles (only shown if the center marker is SiteCirclesDistances = new Array(100,150,200); // Controls page title, righthand pane when nothing is selected -PageName = "PiAware Skyview"; +PageName = "PiAware SkyAware"; // Show country flags by ICAO addresses? ShowFlags = true; diff --git a/public_html/script.js b/public_html/script.js index ad372f1..a5ad800 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -1896,11 +1896,11 @@ function updatePiAwareOrFlightFeeder() { if (isFlightFeeder) { $('.piAwareLogo').hide(); $('.flightfeederLogo').show(); - PageName = 'FlightFeeder Skyview'; + PageName = 'FlightFeeder SkyAware'; } else { $('.flightfeederLogo').hide(); $('.piAwareLogo').show(); - PageName = 'PiAware Skyview'; + PageName = 'PiAware SkyAware'; } refreshPageTitle(); }