mangadex/scripts/js/change_activation_email.req.js

5 lines
154 B
JavaScript
Raw Permalink Normal View History

2021-03-19 16:06:32 -04:00
<?php
if ($user->user_id){
print jquery_post("change_activation_email", 0, "check", "Confirm", "Confirming", "Your email has been updated.", "");
}
?>