Spaces:
Running
Running
Update js_free-online-image-upscaler.js
Browse files
js_free-online-image-upscaler.js
CHANGED
@@ -3291,7 +3291,8 @@
|
|
3291 |
// alert($('img.right_img_show').attr('src'));
|
3292 |
console.log('auto download triggered');
|
3293 |
var e = document.createElement("a");
|
3294 |
-
e.setAttribute("download", ""), e.setAttribute("href", Fu.saveImage), e.click()
|
|
|
3295 |
});
|
3296 |
|
3297 |
|
|
|
3291 |
// alert($('img.right_img_show').attr('src'));
|
3292 |
console.log('auto download triggered');
|
3293 |
var e = document.createElement("a");
|
3294 |
+
e.setAttribute("download", ""), e.setAttribute("href", Fu.saveImage), e.click();
|
3295 |
+
startNextImageInQuene();
|
3296 |
});
|
3297 |
|
3298 |
|