mangadex/scripts/js/change_activation_email.req.js
2021-03-19 13:06:32 -07:00

5 lines
154 B
JavaScript

<?php
if ($user->user_id){
print jquery_post("change_activation_email", 0, "check", "Confirm", "Confirming", "Your email has been updated.", "");
}
?>