From bfbd55b40d9ac6c98ef6b44db2d5dba07879ea8d Mon Sep 17 00:00:00 2001 From: Ilya_Chis Date: Mon, 25 Nov 2024 13:09:26 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=20=D0=A2=D0=97=20=D0=B0=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D1=81=20=D1=80=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8,=20=D0=BF=D1=80=D0=BE=D0=B6=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webApp/templates/static/js/2.0.dashboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webApp/templates/static/js/2.0.dashboard.js b/webApp/templates/static/js/2.0.dashboard.js index e4f5e59..5a04f69 100644 --- a/webApp/templates/static/js/2.0.dashboard.js +++ b/webApp/templates/static/js/2.0.dashboard.js @@ -292,6 +292,7 @@ $(document).ready(function(){ $(this).attr("disabled", true); message = {} + if(!(validate_length($('#fio').val(), 3))) { show_error('Введите ФИО', false);