mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Merge pull request #14495 from akx/fix-js-lint
Fix lint issue from 501993eb
This commit is contained in:
commit
ac3cc1adc5
@ -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