From f225e216e0db7661b650d64a2c4ed042cb8e43bf Mon Sep 17 00:00:00 2001 From: cutls Date: Thu, 8 Dec 2022 00:29:30 +0900 Subject: [PATCH] image loading count --- app/js/ui/img.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/ui/img.js b/app/js/ui/img.js index 940718cd..5c59352c 100644 --- a/app/js/ui/img.js +++ b/app/js/ui/img.js @@ -80,7 +80,7 @@ function imageXhr(id, key, murl) { var startTime = new Date() const timer = setInterval(function () { time = time + 1 - $('#imgsec').text(time) + $('#imgsec').text(time < 5000 ? time : '?') }, 10) $('#imgmodal-progress div').removeClass('determinate') $('#imgmodal-progress div').addClass('indeterminate')