Commit ac3cc1ad authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #14495 from akx/fix-js-lint

Fix lint issue from 501993eb
parents 501993eb c32c51a0
...@@ -151,7 +151,7 @@ function submit() { ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment