Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards
In directory james.mmbase.org:/tmp/cvs-serv10007

Modified Files:
        wizard.js 
Log Message:
trim generated javascript error


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/wizards


Index: wizard.js
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/wizard.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- wizard.js   15 Jan 2009 12:19:44 -0000      1.2
+++ wizard.js   3 Mar 2009 09:54:11 -0000       1.3
@@ -1,7 +1,7 @@
 
 
 function WizardTree() {
-    this.mode = $("body").attr("class").replace(/editwizards/, '').trim();
+    //this.mode = $("body").attr("class").replace(/editwizards/, '').trim();
     this.education = $("html head 
meta[name='Didactor-Education']").attr("content");
     this.setupTree();
 }
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to