Index: lams_tool_notebook/web/pages/learning/notebook.jsp =================================================================== diff -u -r8c8f40b45b9f827feb87acfb8731fa0e0e3b4c16 -r12bbe95c2b7f95369d2230ba30e842338e7c72a9 --- lams_tool_notebook/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 8c8f40b45b9f827feb87acfb8731fa0e0e3b4c16) +++ lams_tool_notebook/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 12bbe95c2b7f95369d2230ba30e842338e7c72a9) @@ -9,8 +9,8 @@ // disables the Finish button to avoid double submittion disableFinishButton(); - - // if this is preview mode, then we add these validation + + // if this is learner mode, then we add this validation see (LDEV-1319) if (document.learningForm.entryText.value == "") { @@ -29,7 +29,7 @@ return true; } - + }