Update usercp_email.tpl

This commit is contained in:
Roman Kelesidis 2023-10-15 23:48:19 +07:00
parent 178592ebb3
commit 4b386079a5

View File

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