Done for the night!
This commit is contained in:
@@ -1513,7 +1513,7 @@ async function handle_delete_sponsorship_obj({sponsorship_id, hosted_file_id=nul
|
||||
}
|
||||
|
||||
if ($slct.sponsorship_obj.updated_on) {
|
||||
if (!confirm(`Would you like an email with a link back to this for be sent to you at ${$slct.sponsorship_obj.poc_json.email}? Your information will be saved either way.`)) {
|
||||
if (confirm(`Would you like an email with a link back to this for be sent to you at ${$slct.sponsorship_obj.poc_json.email}? Your information will be saved either way.`)) {
|
||||
send_init_confirm_email();
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user