diff --git a/ui/features/grade_summary/jquery/index.jsx b/ui/features/grade_summary/jquery/index.jsx index 5667de74efee..850d9fd7fea7 100644 --- a/ui/features/grade_summary/jquery/index.jsx +++ b/ui/features/grade_summary/jquery/index.jsx @@ -759,7 +759,7 @@ function setup() { $('#grades_summary .revert_score_link').each(function () { $(this).trigger('click', {skipEval: true, refocus: false}) }) - $('#.show_guess_grades.exists').show() + $('.show_guess_grades.exists').show() GradeSummary.updateStudentGrades() showAllWhatIfButton.focus() $.screenReaderFlashMessageExclusive(I18n.t('Grades are now reverted to original scores'))