restore_progress fix
id wrong type
This commit is contained in:
parent
f15b7e52e3
commit
33e6bc34ff
@ -216,7 +216,7 @@ function restoreProgressTxt2img(x){
|
|||||||
}, null, 0)
|
}, null, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
return [id]
|
return id
|
||||||
}
|
}
|
||||||
function restoreProgressImg2img(x){
|
function restoreProgressImg2img(x){
|
||||||
id = localStorage.getItem("img2img_task_id")
|
id = localStorage.getItem("img2img_task_id")
|
||||||
@ -227,7 +227,7 @@ function restoreProgressImg2img(x){
|
|||||||
}, null, 0)
|
}, null, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
return [id]
|
return id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user