This commit is contained in:
Roman Kelesidis 2023-11-07 08:23:13 +07:00
parent 35fa58985f
commit 68276d444d
2 changed files with 3 additions and 4 deletions

View File

@ -48,8 +48,7 @@
</div><!--/bottom_info--> </div><!--/bottom_info-->
<script type="text/javascript"> <script type="text/javascript">
function checkForm(formObj) function checkForm(formObj) {
{
var formErrors = false; var formErrors = false;
if (formObj.message.value.length < 2) { if (formObj.message.value.length < 2) {