Commit 6fbd85dd authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #9969 from AUTOMATIC1111/restore_progress_fix

restore_progress fix
parents 67f5c2ab 33e6bc34
......@@ -218,7 +218,7 @@ function restoreProgressTxt2img(x){
}, null, 0)
}
return [id]
return id
}
function restoreProgressImg2img(x){
showRestoreProgressButton("img2img", false)
......@@ -231,7 +231,7 @@ function restoreProgressImg2img(x){
}, null, 0)
}
return [id]
return id
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment