Index: lams_tool_notebook/web/pages/learning/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/learning/notebook.jsp,v diff -u -r1.18 -r1.19 --- lams_tool_notebook/web/pages/learning/notebook.jsp 7 Sep 2007 08:58:06 -0000 1.18 +++ lams_tool_notebook/web/pages/learning/notebook.jsp 7 Sep 2007 09:06:53 -0000 1.19 @@ -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; } - + }