fix: прогресс для файлов из ZIP (findRowByName), v1.7
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<body>
|
||||
<div class="topbar">
|
||||
<img src="{{ url_for('static', filename='nubes-logo.svg') }}" alt="Nubes">
|
||||
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.6</span></span>
|
||||
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.7</span></span>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
@@ -337,7 +337,7 @@
|
||||
|
||||
function findRowByName(name) {
|
||||
for (var i = 0; i < fileQueue.length; i++) {
|
||||
if (fileQueue[i].name === name && !fileQueue[i].isZipChild) {
|
||||
if (fileQueue[i].name === name) {
|
||||
return document.getElementById('row_' + i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user