From 984c0c0bb3f3ac27d2d4b61748d92482300868ae Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Tue, 28 Jan 2014 16:19:55 -0800 Subject: [PATCH] fix grade me button callback --- common/lib/xmodule/xmodule/templates/html/grade_me.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });