diff --git a/lms/static/coffee/src/staff_grading/staff_grading.coffee b/lms/static/coffee/src/staff_grading/staff_grading.coffee index 1035eadb3d..6e329ac0ba 100644 --- a/lms/static/coffee/src/staff_grading/staff_grading.coffee +++ b/lms/static/coffee/src/staff_grading/staff_grading.coffee @@ -286,6 +286,7 @@ class @StaffGrading get_problem_list: () -> @list_view = true + @render_view(true) @backend.post('get_problem_list', {}, @ajax_callback) submit_and_get_next: () -> @@ -340,7 +341,7 @@ class @StaffGrading @max_score = 0 @state = state_no_data - render_view: () -> + render_view: (before_ajax) -> # clear the problem list and breadcrumbs @problem_list.html('''