Commit 984c0c0b by Giulio Gratta

fix grade me button callback

parent 08bbb22a
......@@ -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);
});
</script>
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