AddOn/Datenexport_Zeiterfassung/test.html aktualisiert

This commit is contained in:
olaf.braun 2025-06-25 22:27:08 +02:00
parent c4291374b9
commit 4671d513a2
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@
if (typeof data === 'object') {
pre.textContent = JSON.stringify(data, null, 2);
if (data.Result === 'JobPending') {
pre.textContent += '<br/> starte erneuten Versuch (alle 60sec.) ...';
setTimeout(poll, 60000);
}
} else {