Commit c0b1e779 by Xavier Antoviaque

Assessments: Don't reactivate the submit button upon retry

parent e25c36ac
......@@ -46,7 +46,7 @@ function MentoringAssessmentView(runtime, element, mentoring) {
active_child = -1;
displayNextChild();
tryAgainDOM.hide();
submitDOM.show().removeAttr('disabled');
submitDOM.show();
nextDOM.show();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment