Spaces:
Running
Running
Update js_free-online-image-upscaler.js
Browse files
js_free-online-image-upscaler.js
CHANGED
@@ -3253,7 +3253,9 @@
|
|
3253 |
$("#upload").change(function() {
|
3254 |
var e = $(this)[0].files[0];
|
3255 |
e && (ps(e), $(this).val(""))
|
3256 |
-
}), Pu.bindDragEvent(
|
|
|
|
|
3257 |
ps(e)
|
3258 |
}), $(".scale_change").change(function() {
|
3259 |
Fu.magnification = $(this).val()
|
|
|
3253 |
$("#upload").change(function() {
|
3254 |
var e = $(this)[0].files[0];
|
3255 |
e && (ps(e), $(this).val(""))
|
3256 |
+
}), Pu.bindDragEvent("#drag-zone", function(e) {
|
3257 |
+
ps(e)
|
3258 |
+
}), Pu.bindDragEvent("#drag-zone2", function(e) {
|
3259 |
ps(e)
|
3260 |
}), $(".scale_change").change(function() {
|
3261 |
Fu.magnification = $(this).val()
|