Fix flightpath

This commit is contained in:
phl0
2026-01-20 08:22:09 +01:00
parent 8f20b339fd
commit 6e6bc0b73a

View File

@@ -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(),