1
0
Fork 0

adjusted progress indicator delay

This commit is contained in:
hkernbach 2016-09-23 07:57:20 +02:00
parent ea9d97d5c6
commit b387ff6289
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@
});
};
window.progressView.showWithDelay(300, 'Fetching documents...', cancelRunningCursor);
window.progressView.showWithDelay(1000, 'Fetching documents...', cancelRunningCursor);
checkCursorStatus(jobid);
} else {