From 17e6dbd065277194ac4487b8b3e9a6475db7986b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 25 Aug 2026 17:29:17 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20resetAll=20=E2=80=94=20syncProcCtx=20?= =?UTF-8?q?=D0=B4=D0=BE=20table.clear=20(=D0=BD=D0=B5=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D1=80=D0=B5=D0=BD=D0=B4=D0=B5=D1=80=20?= =?UTF-8?q?=C2=AB=D0=93=D0=BE=D1=82=D0=BE=D0=B2=D0=BE=200/0=C2=BB=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9=20?= =?UTF-8?q?=D1=81=D0=B5=D1=81=D1=81=D0=B8=D0=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/templates/index.html b/site/templates/index.html index 5fdaef6..bd7f151 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -280,8 +280,8 @@ function resetAll() { procExtractRate = null; sessionDone = false; setBusy(false); - table.clear(); syncProcCtx(); + table.clear(); document.getElementById('newSessionBtn').style.display = 'none'; document.getElementById('cancelBtn').style.display = 'none'; st.className = '';