From 51b95660467112e72ac5eb8565aa0c41c4f5fc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 19:42:37 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.24:=20=D0=B4=D0=B5=D1=82=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8=20=D0=B2=20=D1=82=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=B8=D1=86=D0=B5=20=D0=A1=D1=82=D0=B0=D1=82=D1=83?= =?UTF-8?q?=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.cfm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/index.cfm b/index.cfm index a381ad9..3143f44 100644 --- a/index.cfm +++ b/index.cfm @@ -64,7 +64,7 @@
Nubes - Сверка договоров v1.0.23 — Lucee + Сверка договоров v1.0.24 — Lucee
@@ -276,15 +276,13 @@ uploadBtn.addEventListener('click', function() { uploadNext(i + 1); }; xhr.onerror = function() { - f.status = 'error'; - var detail = 'сеть (status=' + xhr.status + ')'; - if (xhr.responseText) detail += ' resp=' + xhr.responseText.substring(0,200); - log('❌ ' + f.name + ': ' + detail); + f.status = 'error (status=0 — обрыв)'; + log('❌ ' + f.name + ': сеть (status=0)'); renderTable(); uploadNext(i + 1); }; xhr.ontimeout = function() { - f.status = 'error'; + f.status = 'error (таймаут)'; log('❌ ' + f.name + ': таймаут 120с'); renderTable(); uploadNext(i + 1);