Skip to content

Commit 2f6bbbe

Browse files
author
Daniel Richman
committed
move spacenear.us -> legacy-snus.habhub.org
1 parent 516acaf commit 2f6bbbe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ var loadComplete = function(e) {
206206
var hysplit = {};
207207
var hysplit_data = {};
208208
var refresh_hysplit = function() {
209-
$.getJSON("//spacenear.us/tracker/datanew.php?type=hysplit&format=json", function(data) {
209+
$.getJSON("//legacy-snus.habhub.org/tracker/datanew.php?type=hysplit&format=json", function(data) {
210210
var refresh = false;
211211

212212
for(var k in data) {
@@ -686,7 +686,7 @@ $(window).ready(function() {
686686
if(name == 'about' && !$('#motd').hasClass('inited')) {
687687
$('#motd').addClass('inited');
688688

689-
$.getJSON("//spacenear.us/tracker/datanew.php?type=info", function(data) {
689+
$.getJSON("//legacy-snus.habhub.org/tracker/datanew.php?type=info", function(data) {
690690
if('html' in data) $('#motd').html(data.html.replace(/\\/g,''));
691691
});
692692

js/tracker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
var mission_id = 0;
22
var position_id = 0;
3-
var data_url = "//spacenear.us/tracker/datanew.php";
4-
var receivers_url = "//spacenear.us/tracker/receivers.php";
5-
var predictions_url = "//spacenear.us/tracker/get_predictions.php?vehicles=";
3+
var data_url = "//legacy-snus.habhub.org/tracker/datanew.php";
4+
var receivers_url = "//legacy-snus.habhub.org/tracker/receivers.php";
5+
var predictions_url = "//legacy-snus.habhub.org/tracker/get_predictions.php?vehicles=";
66

77
var habitat_max = 400;
88
//var habitat_url = "//habitat.habhub.org/habitat/";

track.kml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>habhub tracker (GE)</name>
55
<description>Live tracking of high altitude balloons via Google Earth</description>
66
<Url>
7-
<href>http://spacenear.us/tracker/datanew.php?format=kml&amp;mode=2days&amp;vehicles=!RS_*;</href>
7+
<href>http://legacy-snus.habhub.org/tracker/datanew.php?format=kml&amp;mode=2days&amp;vehicles=!RS_*;</href>
88
<refreshMode>onInterval</refreshMode>
99
<refreshInterval>20</refreshInterval>
1010
</Url>

0 commit comments

Comments
 (0)