mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
doubling timemouts
This commit is contained in:
parent
ce579c9104
commit
c15b4b535a
@ -3145,7 +3145,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
// Should be OK to print now
|
||||
dialog.updateComplete.then(() =>
|
||||
{
|
||||
window.setTimeout(() => resolve(), 500);
|
||||
window.setTimeout(() => resolve(), 1000);
|
||||
});
|
||||
});
|
||||
}, 10 * fetchedCount);
|
||||
@ -3175,7 +3175,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
window.setTimeout(function()
|
||||
{
|
||||
resolve();
|
||||
}, 200);
|
||||
}, 400);
|
||||
}
|
||||
}.bind(this);
|
||||
const value = {
|
||||
|
Loading…
Reference in New Issue
Block a user