-
-
+
-
-
-
+
Index: lams_tool_bbb/web/pages/learning/learning.jsp
===================================================================
diff -u -r33c642c7896741b77af6bf3cd92d1322c7978e71 -re1bda7fc7b70b802055368c37f8148d9b87a475b
--- lams_tool_bbb/web/pages/learning/learning.jsp (.../learning.jsp) (revision 33c642c7896741b77af6bf3cd92d1322c7978e71)
+++ lams_tool_bbb/web/pages/learning/learning.jsp (.../learning.jsp) (revision e1bda7fc7b70b802055368c37f8148d9b87a475b)
@@ -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("
-
-
-