Spaces:
Running
Running
Update js_free-online-image-upscaler.js
Browse files
js_free-online-image-upscaler.js
CHANGED
@@ -2885,7 +2885,7 @@
|
|
2885 |
image: "",
|
2886 |
oldImageBlob: "",
|
2887 |
imgBase: "",
|
2888 |
-
magnification:
|
2889 |
flag: !0,
|
2890 |
result: {},
|
2891 |
first: 0,
|
@@ -2907,17 +2907,18 @@
|
|
2907 |
case "warning":
|
2908 |
$(".image-loading-box").removeClass("active"), $(".load-warning-box").show(), $(".warning-text").html(a);
|
2909 |
break;
|
2910 |
-
|
2911 |
-
|
2912 |
-
|
2913 |
case "error":
|
2914 |
$(".load-error-box").show(), $(".error-text").html(a);
|
2915 |
break;
|
2916 |
case "loading":
|
2917 |
$(".loading-box").show(), $(".loading-text").html(a);
|
2918 |
break;
|
2919 |
-
|
2920 |
-
|
|
|
2921 |
}
|
2922 |
l ? ($(".cancel").hide(), $(".confirm").css("float", "none")) : ($(".cancel").show(), $(".confirm").css("float", "left")), $(".confirm").off(), $(".cancel").off(), $(".confirm").click(function() {
|
2923 |
$(".image-loading-box").hide(), $(".alert-mask").hide(), u && u()
|
|
|
2885 |
image: "",
|
2886 |
oldImageBlob: "",
|
2887 |
imgBase: "",
|
2888 |
+
magnification: 6,
|
2889 |
flag: !0,
|
2890 |
result: {},
|
2891 |
first: 0,
|
|
|
2907 |
case "warning":
|
2908 |
$(".image-loading-box").removeClass("active"), $(".load-warning-box").show(), $(".warning-text").html(a);
|
2909 |
break;
|
2910 |
+
case "oversize":
|
2911 |
+
$(".oversize-box").show(), $(".warning-text").html(a);
|
2912 |
+
break;
|
2913 |
case "error":
|
2914 |
$(".load-error-box").show(), $(".error-text").html(a);
|
2915 |
break;
|
2916 |
case "loading":
|
2917 |
$(".loading-box").show(), $(".loading-text").html(a);
|
2918 |
break;
|
2919 |
+
case "alert":
|
2920 |
+
$(".load-alert-box").show(), $(".alert-text").html(a)
|
2921 |
+
$(".load-alert-box").hide(), $(".alert-text").html(a)
|
2922 |
}
|
2923 |
l ? ($(".cancel").hide(), $(".confirm").css("float", "none")) : ($(".cancel").show(), $(".confirm").css("float", "left")), $(".confirm").off(), $(".cancel").off(), $(".confirm").click(function() {
|
2924 |
$(".image-loading-box").hide(), $(".alert-mask").hide(), u && u()
|