From 1c2187632ba8f7808e151bd30542274e26f2ccb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 22 Jun 2026 07:43:01 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.96:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20doc?= =?UTF-8?q?=5Fid/supp=5Fid=20=D0=B8=D0=B7=20=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D0=B0=20=D1=8E=D0=B7=D0=B5=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.cfm | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.cfm b/index.cfm index afa6ca6..2f14628 100644 --- a/index.cfm +++ b/index.cfm @@ -557,9 +557,7 @@ async function showText(i) { } rightHtml += '
Все элементы:
'; rightHtml += '
' + textify + '
'; - rightHtml += '
doc_id' + (f.doc_id || '—') + '
'; if (f.supp_id) { - rightHtml += '
supp_id' + f.supp_id + '
'; rightHtml += '
Тип ДС' + (f.supp_type || '—') + '
'; } } catch(e) {