Commit 78a94a4e by Vik Paruchuri

Fix naming bug

parent 6f9c0a7d
......@@ -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
......
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