Index: lams_tool_laqa/web/learning/LearnerRep.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/LearnerRep.jsp,v
diff -u -r1.53.2.21 -r1.53.2.22
--- lams_tool_laqa/web/learning/LearnerRep.jsp 17 Nov 2016 11:44:50 -0000 1.53.2.21
+++ lams_tool_laqa/web/learning/LearnerRep.jsp 16 Feb 2017 04:10:15 -0000 1.53.2.22
@@ -238,17 +238,11 @@
});
});
- function submitLearningMethod(actionMethod) {
- if (actionMethod == 'endLearning') {
- $("#finishButton").attr("disabled", true);
- }
+ function submitMethod(actionMethod) {
+ $('.btn').prop('disabled', true);
document.QaLearningForm.method.value=actionMethod;
document.QaLearningForm.submit();
}
-
- function submitMethod(actionMethod) {
- submitLearningMethod(actionMethod);
- }
@@ -467,8 +461,8 @@