Update of 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
In directory 
james.mmbase.org:/tmp/cvs-serv16960/workflow/src/webapp/editors/workflow

Modified Files:
        workflow.js 
Log Message:
CMSC-759
fix document.getElementsById to document.getElementById


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
See also: http://www.mmbase.org/jira/browse/CMSC-759


Index: workflow.js
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- workflow.js 26 Nov 2007 09:34:46 -0000      1.3
+++ workflow.js 1 Feb 2008 10:09:46 -0000       1.4
@@ -40,7 +40,7 @@
          e.checked = what;
 
          if (what == false) {
-            var theElement = document.getElementsById(e.name);
+            var theElement = document.getElementById(e.name);
             if (theElement != null) {
                theElement.value = null;
             }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to