Index: lams_tool_laqa/web/learning/LearnerRep.jsp
===================================================================
diff -u -ra1e4f1c8cd378514548ca6efc7b8739910dafe91 -rd2211def89f93b05a695009b1c8be46205f17f70
--- lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision a1e4f1c8cd378514548ca6efc7b8739910dafe91)
+++ lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision d2211def89f93b05a695009b1c8be46205f17f70)
@@ -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 @@