diff --git a/common/lib/xmodule/xmodule/templates/html/grade_me.yaml b/common/lib/xmodule/xmodule/templates/html/grade_me.yaml index 96352b751824..b7cef2454f11 100644 --- a/common/lib/xmodule/xmodule/templates/html/grade_me.yaml +++ b/common/lib/xmodule/xmodule/templates/html/grade_me.yaml @@ -27,6 +27,6 @@ data: | $('.verify-button-success-text').html(success_message); } }); - }).call(document.getElementById('click_me'), event); + }).call(document.getElementById('User_Verify_Button'), event); });