Index: lams_tool_notebook/web/pages/learning/notebook.jsp =================================================================== diff -u -r94b2225ee897f0a10318b17e1c692f2ccbb1e36b -r78d4b7fda7982f0f9957d6ab206ce9c741f2eea1 --- lams_tool_notebook/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 94b2225ee897f0a10318b17e1c692f2ccbb1e36b) +++ lams_tool_notebook/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 78d4b7fda7982f0f9957d6ab206ce9c741f2eea1) @@ -41,13 +41,13 @@ if (forceResponse =="true" && isEmpty ) { - retValue = confirm("message.learner.blank.alertforceResponse"); + retValue = confirm("message.learner.blank.alertforceResponse"); textAreaReady(); return retValue; } else if (forceResponse =="false" && isEmpty && mode == "learner") { - if (!confirm("message.learner.blank.input")) { + if (!confirm("message.learner.blank.input")) { // otherwise, focus on the text area textAreaReady(); return false; @@ -57,13 +57,13 @@ if (forceResponse =="true" && document.forms.messageForm.focusedInput.value == "") { - retValue = confirm("message.learner.blank.alertforceResponse"); + retValue = confirm("message.learner.blank.alertforceResponse"); textAreaReady(); return retValue; } else if (forceResponse =="false" && document.forms.messageForm.focusedInput.value == "" && mode == "learner") { - if (!confirm("message.learner.blank.input")) { + if (!confirm("message.learner.blank.input")) { // otherwise, focus on the text area textAreaReady(); return false;