From b6ba167a86e50fde1d3ca6dd11b933ad0e191f3a Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 8 Mar 2024 21:17:07 -0500 Subject: [PATCH] Done for the night! --- src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte b/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte index 4ce93775..e6ec36f1 100644 --- a/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte +++ b/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte @@ -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;