Commit 33e6bc34 authored by w-e-w's avatar w-e-w

restore_progress fix

id wrong type
parent f15b7e52
......@@ -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
}
......
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