Spaces:
Running
Running
Update js_free-online-image-upscaler.js
Browse files
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 |
-
|
| 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() {
|