AddOn/Datenexport_Zeiterfassung/test.html aktualisiert
This commit is contained in:
parent
c4291374b9
commit
4671d513a2
|
|
@ -138,6 +138,7 @@
|
||||||
if (typeof data === 'object') {
|
if (typeof data === 'object') {
|
||||||
pre.textContent = JSON.stringify(data, null, 2);
|
pre.textContent = JSON.stringify(data, null, 2);
|
||||||
if (data.Result === 'JobPending') {
|
if (data.Result === 'JobPending') {
|
||||||
|
pre.textContent += '<br/> starte erneuten Versuch (alle 60sec.) ...';
|
||||||
setTimeout(poll, 60000);
|
setTimeout(poll, 60000);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue