Fix bug in the callback

This commit is contained in:
Diana Huang
2013-02-01 13:06:12 -05:00
parent 2b764eebad
commit 91d9bc05be

View File

@@ -427,7 +427,7 @@ class PeerGradingProblem
setup_score_selection: (max_score) =>
# And now hook up an event handler again
$("input[name='score-selection']").change @graded_callback
$("input[class='score-selection']").change @graded_callback