Unverified Commit 6fbd85dd authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #9969 from AUTOMATIC1111/restore_progress_fix

restore_progress fix
parents 67f5c2ab 33e6bc34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
}