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

restore_progress fix

id wrong type
parent f15b7e52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
}