mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix flightpath
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user