Mass changes

This commit is contained in:
Scott Idem
2025-07-21 16:46:33 -04:00
parent b54f43be35
commit a3999e5617
37 changed files with 59 additions and 47 deletions

View File

@@ -132,7 +132,7 @@ if (!$ae_loc.authenticated_access && $events_loc.pres_mgmt.show_content__session
$events_loc.pres_mgmt.show_content__session_view = null;
}
// Functions and Logic
// *** Functions and Logic
onMount(() => {
console.log('Events Session [session_id]: +page.svelte');
});

View File

@@ -34,7 +34,7 @@ let tmp_opt_out: key_val = {
publication_in_app: false
};
// Functions and Logic
// *** Functions and Logic
async function handle_submit_form(event) {
console.log('*** handle_submit_form() ***');

View File

@@ -102,7 +102,7 @@ let lq__event_presentation_obj = liveQuery(
$slct.person_obj_kv = {}; // This is intended for the person POC lookup list when generated.
// Functions and Logic
// *** Functions and Logic
$events_sess.pres_mgmt.session__updated_on = null;
run(() => {
if ($lq__event_session_obj) {