Skip to content

Commit

Permalink
Change all occurences of Skyview to SkyAware in .js files
Browse files Browse the repository at this point in the history
  • Loading branch information
eric1tran committed Jul 16, 2019
1 parent f4537bd commit de6d671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public_html/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions public_html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit de6d671

Please sign in to comment.