From 51181f86ef68175189c007b47c384ca274a0a1f9 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 28 May 2021 02:02:43 +0000 Subject: [PATCH] Quick fix for Issue #1311 git-svn-id: svn://192.168.202.10@3446 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_admin_template_maker.php | 1 - 1 file changed, 1 deletion(-) diff --git a/www/vicidial/AST_admin_template_maker.php b/www/vicidial/AST_admin_template_maker.php index 5e915513..5c577e09 100644 --- a/www/vicidial/AST_admin_template_maker.php +++ b/www/vicidial/AST_admin_template_maker.php @@ -456,7 +456,6 @@ function checkForm(form_name) { if (form_name.template_name.value=="") {error_msg += " - \n";} if (form_name.template_list_id.value=="") {error_msg += " - \n";} if (form_name.standard_fields_layout.value=="" && form_name.custom_fields_layout.value=="") {error_msg += " - \n";} -return false; if (error_msg.length>=80) {alert(error_msg); return false;} else {return true;} } function checkEditedForm(form_name) {