Last minute work for going live on Novi. Modified how the recurring text is generated.

This commit is contained in:
Scott Idem
2024-12-05 15:09:01 -05:00
parent 90c5b9414f
commit af743f6e73
4 changed files with 68 additions and 29 deletions

View File

@@ -105,7 +105,7 @@ async function handle_submit_form(event: any) {
return false;
}
$idaa_slct.post_comment_id = post_comment_obj_create_result.obj_id_random;
$idaa_slct.post_comment_id = post_comment_obj_create_result.post_comment_id_random;
$idaa_slct.post_comment_obj = post_comment_obj_create_result;
return post_comment_obj_create_result;