mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
Fix lint issue from 501993eb
This commit is contained in:
parent
501993ebf2
commit
c32c51a0fc
@ -151,7 +151,7 @@ function submit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function submit_txt2img_upscale() {
|
function submit_txt2img_upscale() {
|
||||||
res = submit.apply(null, arguments);
|
var res = submit(...arguments);
|
||||||
|
|
||||||
res[2] = selected_gallery_index();
|
res[2] = selected_gallery_index();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user