Updating the permissions. Now with show/hide email access link.

This commit is contained in:
Scott Idem
2024-10-28 14:37:24 -04:00
parent 07c0b569ca
commit 9c3fe62724
10 changed files with 56 additions and 28 deletions

View File

@@ -60,7 +60,9 @@ $: lq__event_location_obj_li = liveQuery(async () => {
// Functions and Logic
onMount(() => {
console.log('Events Location [slug]: +page.svelte');
if (log_lvl) {
console.log('Events [event_id] Locations: +page.svelte');
}
});
</script>