Index: lams_tool_vote/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/AnswersContent.jsp,v diff -u -r1.39.2.4 -r1.39.2.5 --- lams_tool_vote/web/learning/AnswersContent.jsp 6 Nov 2016 11:54:34 -0000 1.39.2.4 +++ lams_tool_vote/web/learning/AnswersContent.jsp 15 Feb 2017 04:12:34 -0000 1.39.2.5 @@ -61,6 +61,7 @@ alert(""); return false; } else { + $('.btn').prop('disabled', true); return true; } } @@ -71,11 +72,6 @@ alert(msg); } - function submitMethod(actionMethod) { - document.VoteLearningForm.dispatch.value = actionMethod; - document.VoteLearningForm.submit(); - } - function checkLeaderProgress() { $.ajax({