Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== diff -u -r153f4c4a1ab240a3c22cf39c07444bddafeb0c54 -rce3e782fd6844641f7298e09104f8d7554f073ff --- lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 153f4c4a1ab240a3c22cf39c07444bddafeb0c54) +++ lams_tool_laqa/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision ce3e782fd6844641f7298e09104f8d7554f073ff) @@ -45,7 +45,7 @@ if (actionMethod != 'getPreviousQuestion') { jQuery(".text-area").each(function() { if (jQuery.trim($(this).val()) == "") { - if (confirm('')) { + if (confirm("")) { doSubmit(actionMethod); return false; } else {