Minor updates for IDAA's Novi site.

This commit is contained in:
Scott Idem
2024-12-10 18:51:47 -05:00
parent af743f6e73
commit 9813d0544f
4 changed files with 6 additions and 19 deletions

View File

@@ -1004,9 +1004,9 @@ async function handle_delete_event_obj(
style=""
on:click={() => {
if (confirm('Are you sure you want to remove the text for the additional details?')) {
$idaa_slct.event_obj.recurring_text = '<p>test</p>';
// $idaa_slct.event_obj.recurring_text_new_html = '';
$idaa_slct.event_obj.show_recurring_text = false;
$idaa_slct.event_obj.recurring_text = '';
$idaa_slct.event_obj.recurring_text_new_html = '';
// $idaa_slct.event_obj.show_recurring_text = false;
console.log($idaa_slct.event_obj.recurring_text);
} else {
return false;