v1.5.0 Checkout / Checkin Datumsspalten können ausgeblendet werden

This commit is contained in:
2025-10-09 11:59:49 +02:00
parent f5106d83ea
commit a5ff147042
7 changed files with 165 additions and 65 deletions

View File

@@ -37,7 +37,7 @@ require('vendor/autoload.php');
function refreshAufgabenTable(){
$('#AufgabenTableHolder').load('sources/getAufgabenTable.php', function(){
setTimeout(refreshAufgabenTable, 5000);
setTimeout(refreshAufgabenTable, 30000);
});
}
// function refreshCheckInTable(){