diff --git a/assets/js/sections/flightpath.js b/assets/js/sections/flightpath.js index 3e6cfaebc..94d06e5d2 100644 --- a/assets/js/sections/flightpath.js +++ b/assets/js/sections/flightpath.js @@ -719,7 +719,7 @@ function plot_sat() { } $.ajax({ - url: base_url + 'index.php/satellite/get_tle', + url: base_url + 'index.php/satellite/get_sat_info', type: 'post', data: { sat: $("#sats").val(),