Mass changes
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
@@ -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() ***');
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user