Index: lams_tool_laqa/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/AnswersContent.jsp,v diff -u -r1.28 -r1.29 --- lams_tool_laqa/web/learning/AnswersContent.jsp 28 May 2008 06:27:45 -0000 1.28 +++ lams_tool_laqa/web/learning/AnswersContent.jsp 13 Nov 2009 03:13:58 -0000 1.29 @@ -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 {