Change all occurences of Skyview to SkyAware in .js files
This commit is contained in:
parent
f4537bd49a
commit
de6d671ba4
|
@ -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;
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue