From 1aa22767ef42225458a26621051b946bc5203934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 24 Jun 2026 13:19:08 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.170:=20=D0=B4=D0=BE=D0=BF=D0=BD=D0=B8?= =?UTF-8?q?=D0=BA=20=E2=86=92=20=D0=B4=D0=BE=D0=BF=D1=81=D0=BE=D0=B3=D0=BB?= =?UTF-8?q?=D0=B0=D1=88=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/app.js b/deploy/app.js index 83ddfd2..8da59d4 100644 --- a/deploy/app.js +++ b/deploy/app.js @@ -263,7 +263,7 @@ async function loadGroups() { card.innerHTML = '
πŸ“„ Π”ΠΎΠ³ΠΎΠ²ΠΎΡ€ β„–' + (g.contract_number || '?') + ' β€” ' + (g.counterparty || 'ΠΊΠΎΠ½Ρ‚Ρ€Π°Π³Π΅Π½Ρ‚ Π½Π΅ ΠΎΠΏΡ€Π΅Π΄Π΅Π»Ρ‘Π½') + '
' + '
' + g.documents.map(function(d) { - var typeLabel = {contract: 'Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ€', supplement: 'Π΄ΠΎΠΏΠ½ΠΈΠΊ', specification: 'спСцификация'}[d.doc_type] || d.doc_type; + var typeLabel = {contract: 'Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ€', supplement: 'допсоглашСниС', specification: 'спСцификация'}[d.doc_type] || d.doc_type; return '
' + '' + (typeLabel || '?') + ' ' + d.filename +