Tweaked UI and distance update

This commit is contained in:
Andreas Kristiansen
2025-11-08 21:08:51 +01:00
parent 3d7d4c88a3
commit 545d858bc6
3 changed files with 50 additions and 25 deletions

View File

@@ -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);
}
}