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

Update js_free-online-image-upscaler.js

Browse files
Files changed (1) hide show
  1. js_free-online-image-upscaler.js +3 -3
js_free-online-image-upscaler.js CHANGED
@@ -3287,10 +3287,10 @@
3287
  }),
3288
 
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() {
3296
  var e = document.createElement("a");
 
3287
  }),
3288
 
3289
  // modified
3290
+ $('img.right_img_show').on('load', function () {
3291
+ alert($('img.right_img_show').attr('src'));
 
3292
  });
3293
+
3294
 
3295
  $(".saveBtn").click(function() {
3296
  var e = document.createElement("a");