Commit c32c51a0 authored by Aarni Koskela's avatar Aarni Koskela

Fix lint issue from 501993eb

parent 501993eb
...@@ -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