mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
fix syntax error in javascript
This commit is contained in:
parent
78cb252e9d
commit
e8e24421b4
|
@ -49,7 +49,7 @@ class SeedDMS_View_EditDocument extends SeedDMS_Bootstrap_Style {
|
||||||
function checkForm()
|
function checkForm()
|
||||||
{
|
{
|
||||||
msg = new Array();
|
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
|
<?php
|
||||||
if ($strictformcheck) {
|
if ($strictformcheck) {
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user