altered progressbar to not rely on first progress request coming after the job has started; may help with broken progressbar some people say they have

This commit is contained in:
AUTOMATIC
2022-09-18 11:14:42 +03:00
parent b273458d2d
commit 3f29aa791b
4 changed files with 47 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ function extract_image_from_gallery_extras(gallery){
function submit(){
// this calls a function from progressbar.js
window.setTimeout(requestProgress, 500)
requestProgress()
res = []
for(var i=0;i<arguments.length;i++){