File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ var mission_id = 0;
22var position_id = 0 ;
33var data_url = "http://spacenear.us/tracker/datanew.php" ;
44var receivers_url = "http://spacenear.us/tracker/receivers.php" ;
5- var predictions_url = "http://spacenear.us/tracker/get_predictions.php" ;
5+ var predictions_url = "http://spacenear.us/tracker/get_predictions.php?vehicles= " ;
66
77var habitat_max = 400 ;
88var habitat_url = "http://habitat.habhub.org/habitat/" ;
@@ -2295,7 +2295,7 @@ function refreshPredictions() {
22952295
22962296 ajax_predictions = $ . ajax ( {
22972297 type : "GET" ,
2298- url : predictions_url ,
2298+ url : predictions_url + encodeURIComponent ( wvar . query ) ,
22992299 data : "" ,
23002300 dataType : "json" ,
23012301 success : function ( response , textStatus ) {
You can’t perform that action at this time.
0 commit comments