Update of /var/cvs/html/mmbase/components/core
In directory james.mmbase.org:/tmp/cvs-serv30193

Modified Files:
        datatype.jspx 
Log Message:



See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core


Index: datatype.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/datatype.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- datatype.jspx       10 Jul 2008 16:13:19 -0000      1.1
+++ datatype.jspx       10 Jul 2008 16:24:40 -0000      1.2
@@ -27,13 +27,13 @@
       </style>
       <script type="text/javascript">
         var validator = new MMBaseValidator();
-        validator.logEnabled = true;
+        validator.logEnabled = false;
         validator.validateHook = function(valid) {
            document.getElementById('submit').disabled = ! valid;
         }
         validator.lang = '${param.lang}';
         validator.prefetchNodeManager("object"); // not actually used on this 
page, just an example
-        validator.setup(window);
+        validator.setup(document);
       </script>
 
       <mm:import externid="field" />
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to