Skip to content

Commit 7c5d545

Browse files
change to use the updated data url
1 parent bab7548 commit 7c5d545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var mission_id = 0;
22
var position_id = 0;
3-
var data_url = "http://spacenear.us/tracker/data.php";
3+
var data_url = "http://spacenear.us/tracker/datanew.php";
44
var receivers_url = "http://spacenear.us/tracker/receivers.php";
55
var predictions_url = "http://spacenear.us/tracker/get_predictions.php";
66
var host_url = "";

0 commit comments

Comments
 (0)