fix nav mobile - load alpine on all pages

This commit is contained in:
isUnknown 2024-09-11 08:45:15 +02:00
parent 362e34d3ea
commit c27447b67d
2 changed files with 6 additions and 4 deletions

View file

@ -95,7 +95,7 @@
try {
$endTime = strlen($session['duration']) > 0 ? getEndTime($session) : false;
} catch (\Throwable $th) {
} catch (\Throwable $th) {https://ntb-full.adrien-payet.fr/
throw new Exception($session['title'] .' - ' . $th->getMessage(), 1);
}
?>