restore_progress fix

id wrong type
This commit is contained in:
w-e-w 2023-05-01 19:59:52 +09:00
parent f15b7e52e3
commit 33e6bc34ff
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ function restoreProgressTxt2img(x){
}, null, 0)
}
return [id]
return id
}
function restoreProgressImg2img(x){
id = localStorage.getItem("img2img_task_id")
@ -227,7 +227,7 @@ function restoreProgressImg2img(x){
}, null, 0)
}
return [id]
return id
}