Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract SkyAware Anywhere from fa_web #188

Merged
merged 11 commits into from
Jul 13, 2022
Prev Previous commit
Next Next commit
Revert changes to script.js and undo creation of unintended public_ht…
…ml folder
  • Loading branch information
Paul Kuruvila committed Jun 22, 2022
commit 42a3e227b717907b7d0925b332de4e946f8f527a
1 change: 0 additions & 1 deletion public_html/public_html

This file was deleted.

2 changes: 1 addition & 1 deletion public_html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function initialize() {

// Get receiver metadata, reconfigure using it, then continue
// with initialization
$.ajax({ url: 'https://flightaware.com/ajax/skyaware/receiver_info.rvt',
$.ajax({ url: 'data/receiver.json',
timeout: 5000,
cache: false,
data: window.location.search.substring(1),
Expand Down