Commit 13c692c2 by Diana Huang

Show back button when we see an error.

parent 54d91e78
...@@ -330,6 +330,7 @@ class PeerGradingProblem ...@@ -330,6 +330,7 @@ class PeerGradingProblem
@calibration_feedback_panel.hide() @calibration_feedback_panel.hide()
@error_container.html(error_message) @error_container.html(error_message)
@content_panel.hide() @content_panel.hide()
@action_button.show()
show_submit_button: () => show_submit_button: () =>
@submit_button.show() @submit_button.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