Use correct user id and make the reload button a back button

This commit is contained in:
Diana Huang
2013-01-09 14:41:23 -05:00
parent f0f25296b2
commit c4d1b2e643
3 changed files with 8 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ class PeerGradingProblem
@interstitial_page_button = $('.interstitial-page-button')
Collapsible.setCollapsibles(@content_panel)
@action_button.click -> document.location.reload(true)
@action_button.click -> history.back()
@calibration_feedback_button.click =>
@calibration_feedback_panel.hide()
@grading_wrapper.show()