Done for the night!

This commit is contained in:
Scott Idem
2024-03-08 21:17:07 -05:00
parent 4136c08cdb
commit b6ba167a86

View File

@@ -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;