-
-
+
-
-
-
+
Index: lams_tool_bbb/web/pages/learning/learning.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_bbb/web/pages/learning/learning.jsp,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_bbb/web/pages/learning/learning.jsp 27 Mar 2014 14:09:02 -0000 1.2
+++ lams_tool_bbb/web/pages/learning/learning.jsp 26 Feb 2016 17:11:34 -0000 1.2.2.1
@@ -9,26 +9,26 @@
}
function validateForm() {
-
+
// Validates that there's input from the user.
-
+
// disables the Finish button to avoid double submittion
disableFinishButton();
- if (mode == "learner") {
+ if (mode == "learner") {
// if this is learner mode, then we add this validation see (LDEV-1319)
-
+
if (document.learningForm.entryText.value == "") {
-
+
// if the input is blank, then we further inquire to make sure it is correct
- if (confirm("
-
-
-