Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment
In directory james.mmbase.org:/tmp/cvs-serv27522

Modified Files:
        stage5.js.jsp 
Log Message:
fixed error in saving difficulties


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


Index: stage5.js.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/stage5.js.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- stage5.js.jsp       9 Jan 2009 15:12:05 -0000       1.8
+++ stage5.js.jsp       12 Mar 2009 08:41:36 -0000      1.9
@@ -30,7 +30,7 @@
 
     $.ajax({ type: "POST",
              async: false,
-             url: "${mm:link('/assessment/stage5-editdifficulties.jspx')}",
+             url: "${mm:link('/assessment/stage2-editdifficulties.jspx')}",
              data: params,
              complete: function(req, textStatus) {
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to