Work on permissions for iframes and Novi.
This commit is contained in:
@@ -9,6 +9,8 @@ import { ae_loc, ae_sess, ae_api, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import { events_loc } from '$lib/ae_events_stores';
|
||||
// import { db_events } from "$lib/db_events";
|
||||
|
||||
export let hidden: boolean = false;
|
||||
|
||||
let entered_passcode: null|string = null;
|
||||
let show_passcode_input: boolean = false;
|
||||
|
||||
@@ -177,7 +179,11 @@ function dispatch_edit_mode_changed() {
|
||||
</script>
|
||||
|
||||
|
||||
<section id="AE-Quick-Access-Type" class="ae_access_type bg-surface-100 text-surface-800 transition duration-300 delay-150 hover:delay-1000 hover:ease-out transition-all hover:transition-all hidden-print flex flex-col items-end gap-1">
|
||||
<section
|
||||
id="AE-Quick-Access-Type"
|
||||
class="ae_access_type bg-surface-100 text-surface-800 transition duration-300 delay-150 hover:delay-1000 hover:ease-out transition-all hover:transition-all hidden-print flex flex-col items-end gap-1"
|
||||
class:hidden={hidden}
|
||||
>
|
||||
|
||||
|
||||
<!-- Show list of authorized sessions and presentations for a user -->
|
||||
|
||||
Reference in New Issue
Block a user