image loading count
This commit is contained in:
parent
fa4d42a1f0
commit
f225e216e0
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user