DetGC commited on
Commit
f32e4e1
·
verified ·
1 Parent(s): 3379843

Update js_free-online-image-upscaler.js

Browse files
Files changed (1) hide show
  1. js_free-online-image-upscaler.js +3 -1
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(.drag-zone", function(e) {
 
 
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()