AddOn/Datenexport_Zeiterfassung/test.html aktualisiert

This commit is contained in:
olaf.braun 2025-06-25 22:28:40 +02:00
parent 4671d513a2
commit e94ed7e119
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +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.) ...';
pre.textContent += 'starte erneuten Versuch (alle 60sec.) ...';
setTimeout(poll, 60000);
}
} else {