mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Tweaked UI and distance update
This commit is contained in:
@@ -818,6 +818,7 @@ class Logbookadvanced extends CI_Controller {
|
||||
$this->load->model('logbookadvanced_model');
|
||||
$result = $this->logbookadvanced_model->update_distances_batch();
|
||||
|
||||
return $result;
|
||||
header("Content-Type: application/json");
|
||||
print json_encode($result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user