From e8e24421b44bc38225b223e0c8c8e8509a9cad76 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 17 Mar 2015 17:47:27 +0100 Subject: [PATCH] fix syntax error in javascript --- views/bootstrap/class.EditDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.EditDocument.php b/views/bootstrap/class.EditDocument.php index b57c9afd9..6f9b6910c 100644 --- a/views/bootstrap/class.EditDocument.php +++ b/views/bootstrap/class.EditDocument.php @@ -49,7 +49,7 @@ class SeedDMS_View_EditDocument extends SeedDMS_Bootstrap_Style { function checkForm() { msg = new Array(); - if (document.form1.name.value == "") msg.push(")"; + if (document.form1.name.value == "") msg.push("");