mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 10:50:23 +00:00
Fix unused variables
This commit is contained in:
@@ -207,7 +207,7 @@ function submit_img2img(){
|
||||
return res
|
||||
}
|
||||
|
||||
function restoreProgressTxt2img(x){
|
||||
function restoreProgressTxt2img(){
|
||||
var id = localStorage.getItem("txt2img_task_id")
|
||||
|
||||
if(id) {
|
||||
@@ -218,7 +218,7 @@ function restoreProgressTxt2img(x){
|
||||
|
||||
return [id]
|
||||
}
|
||||
function restoreProgressImg2img(x){
|
||||
function restoreProgressImg2img(){
|
||||
var id = localStorage.getItem("img2img_task_id")
|
||||
|
||||
if(id) {
|
||||
|
Reference in New Issue
Block a user