From 88d4ab32ece57b1cd73736143dc557a55c6310a2 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 29 Jul 2024 10:57:36 +0300 Subject: [PATCH] =?utf8?q?=D0=98=D1=81=D1=80=D0=BF=D0=B2=D0=BB=D0=B5=D0=BD?= =?utf8?q?=20=D0=BB=D0=B5=D0=B9=D0=B0=D1=83=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/web/js/motivation/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erp24/web/js/motivation/index.js b/erp24/web/js/motivation/index.js index 79801cd5..e7432015 100644 --- a/erp24/web/js/motivation/index.js +++ b/erp24/web/js/motivation/index.js @@ -17,9 +17,10 @@ function openUploadDictionary() { + '
' + '
' + '
' - + '
Скачать шаблон
' - + '
' - + '
' + + '
Скачать шаблон
' + + '
'); const browse = $modalBody.find('input[type=file]').get(0); const btn = $modalBody.find('input[type=submit]').get(0); -- 2.39.5