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')