mangadex/scripts/js/activation.req.js
2021-03-14 14:31:55 -07:00

8 lines
365 B
JavaScript

<?php
if ($user->user_id) {
print jquery_post("activate", 0, "check", "Activate", "Activating", "Your account has been activated.", "location.href = '/title/30461/bocchi-sensei-teach-me-mangadex';");
print jquery_get("resend_activation_code", 0, "sync", "Resend", "Resending", "Your activation code has been resent to <strong>$user->email</strong>.", "");
}
?>