Index: lams_tool_nb/web/learnerContent.jsp
===================================================================
diff -u -r692cfbd845483c893176e6a4eb78d789399977ba -r0d58de1fbc5b7e7ab913902946d3368c14ccfb98
--- lams_tool_nb/web/learnerContent.jsp (.../learnerContent.jsp) (revision 692cfbd845483c893176e6a4eb78d789399977ba)
+++ lams_tool_nb/web/learnerContent.jsp (.../learnerContent.jsp) (revision 0d58de1fbc5b7e7ab913902946d3368c14ccfb98)
@@ -24,7 +24,7 @@
}
function submitForm(methodName) {
var f = document.getElementById('nbLearnerForm');
- f.action += "?method=" + methodName;
+ f.action += "?mode=" + methodName;
f.submit();
}
@@ -34,9 +34,8 @@
-
+
-