Last minute work for going live on Novi. Modified how the recurring text is generated.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user