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);