From 78a94a4e206c47d74efd6bd5897f7153c42fff3f Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Mon, 14 Jan 2013 17:50:20 -0500 Subject: [PATCH] Fix naming bug --- lms/static/coffee/src/staff_grading/staff_grading.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/coffee/src/staff_grading/staff_grading.coffee b/lms/static/coffee/src/staff_grading/staff_grading.coffee index 5bbf72529e..aeb39993e8 100644 --- a/lms/static/coffee/src/staff_grading/staff_grading.coffee +++ b/lms/static/coffee/src/staff_grading/staff_grading.coffee @@ -234,7 +234,7 @@ class StaffGrading graded_callback: () => @grade = $("input[name='grade-selection']:checked").val() - if score == undefined + if @grade == undefined return # check to see whether or not any categories have not been scored num_categories = $('table.rubric tr').length