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(); }