fix syntax error in javascript

This commit is contained in:
Uwe Steinmann 2015-03-17 17:47:27 +01:00
parent 78cb252e9d
commit e8e24421b4

View File

@ -49,7 +49,7 @@ class SeedDMS_View_EditDocument extends SeedDMS_Bootstrap_Style {
function checkForm()
{
msg = new Array();
if (document.form1.name.value == "") msg.push("<?php printMLText("js_no_name");?>)";
if (document.form1.name.value == "") msg.push("<?php printMLText("js_no_name");?>");
<?php
if ($strictformcheck) {
?>