Commit d91007ae by Tim Krones

Don't show "Try again" button at last step.

parent 1806c754
......@@ -42,8 +42,6 @@ function MentoringWithStepsBlock(runtime, element) {
if (isLastStep()) {
reviewDOM.removeAttr('disabled');
tryAgainDOM.removeAttr('disabled');
tryAgainDOM.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