mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Made sched back working (0m were hardcoded)
This commit is contained in:
@@ -466,7 +466,7 @@ class Satellite extends CI_Controller {
|
||||
$skedgrid = $this->security->xss_clean($this->input->post('skedgrid'));
|
||||
$minskedelevation = $this->security->xss_clean($this->input->post('minskedelevation'));
|
||||
|
||||
$skedPass = $this->calcPass($tle, $skedgrid, 0, $date, $mintime, $minskedelevation);
|
||||
$skedPass = $this->calcPass($tle, $skedgrid, $date, $mintime, $minskedelevation);
|
||||
|
||||
// Get Date format
|
||||
if ($this->session->userdata('user_date_format')) {
|
||||
|
||||
@@ -27,8 +27,6 @@ function loadPasses() {
|
||||
'minelevation': $("#minelevation").val(),
|
||||
'minazimuth': $("#minazimuth").val(),
|
||||
'maxazimuth': $("#maxazimuth").val(),
|
||||
'altitude': $("#altitude").val(),
|
||||
'timezone': $("#timezone").val(),
|
||||
'date': $("#date").val(),
|
||||
'mintime': $("#mintime").val(),
|
||||
'maxtime': $("#maxtime").val(),
|
||||
@@ -54,8 +52,6 @@ function loadSkedPasses() {
|
||||
'minelevation': $("#minelevation").val(),
|
||||
'minazimuth': $("#minazimuth").val(),
|
||||
'maxazimuth': $("#maxazimuth").val(),
|
||||
'altitude': $("#altitude").val(),
|
||||
'timezone': $("#timezone").val(),
|
||||
'date': $("#date").val(),
|
||||
'mintime': $("#mintime").val(),
|
||||
'maxtime': $("#maxtime").val(),
|
||||
|
||||
Reference in New Issue
Block a user