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

@@ -58,7 +58,7 @@ $: lq__event_location_obj_li = liveQuery(async () => {
return results;
});
// Functions and Logic
// *** Functions and Logic
onMount(() => {
if (log_lvl) {
console.log('Events [event_id] Locations: +page.svelte');

View File

@@ -30,7 +30,7 @@ if (!$events_loc.pres_mgmt?.location_kv) {
$events_loc.pres_mgmt.location_kv = {};
}
// Functions and Logic
// *** Functions and Logic
</script>