File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ var loadComplete = function(e) {
206206var hysplit = { } ;
207207var hysplit_data = { } ;
208208var 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
Original file line number Diff line number Diff line change 11var mission_id = 0 ;
22var 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
77var habitat_max = 400 ;
88//var habitat_url = "//habitat.habhub.org/habitat/";
Original file line number Diff line number Diff line change 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& mode=2days& vehicles=!RS_*;</href >
7+ <href >http://legacy-snus.habhub.org /tracker/datanew.php?format=kml& mode=2days& vehicles=!RS_*;</href >
88 <refreshMode >onInterval</refreshMode >
99 <refreshInterval >20</refreshInterval >
1010 </Url >
You can’t perform that action at this time.
0 commit comments