fix: es → activeES во всех местах (был не заменён на строке 262)
Deploy drhider / validate (push) Waiting to run
Deploy drhider / validate (push) Waiting to run
This commit is contained in:
@@ -259,7 +259,7 @@ async function uploadFiles() {
|
||||
ss(d.idx, '<span style="color:#2563eb">⏳ ' + elapsed + 'с</span>');
|
||||
}, 200);
|
||||
});
|
||||
es.addEventListener('done', function(e) {
|
||||
activeES.addEventListener('done', function(e) {
|
||||
const d = JSON.parse(e.data);
|
||||
clearInterval(fileIntervals[d.idx]);
|
||||
const elapsed = ((performance.now() - (fileTimers[d.idx] || performance.now())) / 1000).toFixed(1);
|
||||
|
||||
Reference in New Issue
Block a user