DetGC commited on
Commit
19422bb
·
verified ·
1 Parent(s): f9771c8

Update js_free-online-image-upscaler.js

Browse files
Files changed (1) hide show
  1. js_free-online-image-upscaler.js +1 -1
js_free-online-image-upscaler.js CHANGED
@@ -3289,7 +3289,7 @@
3289
  // modified
3290
  $(".right_img_show").bind('change', function(event){
3291
  console.log ("Line 3291");
3292
- // alert($(".right_img_show").attr("src"));
3293
  });
3294
 
3295
  $(".saveBtn").click(function() {
 
3289
  // modified
3290
  $(".right_img_show").bind('change', function(event){
3291
  console.log ("Line 3291");
3292
+ alert($(".right_img_show").attr("src"));
3293
  });
3294
 
3295
  $(".saveBtn").click(function() {