diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts
index 265c78e7..37f2e5b5 100644
--- a/src/routes/+layout.ts
+++ b/src/routes/+layout.ts
@@ -244,7 +244,7 @@ export async function load({ params, url }) { // params, route, url
data_struct['ae_ds'] = ds_code_li;
- console.log(`ae_root +layout.ts loaded inital DS`);
+ console.log(`ae_root +layout.ts loaded initial DS`);
return true;
});
diff --git a/src/routes/events_leads/exhibit/[slug]/+page.svelte b/src/routes/events_leads/exhibit/[slug]/+page.svelte
index 77a73ec3..4dc12b92 100644
--- a/src/routes/events_leads/exhibit/[slug]/+page.svelte
+++ b/src/routes/events_leads/exhibit/[slug]/+page.svelte
@@ -559,11 +559,9 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
@@ -784,12 +782,12 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
type="button"
on:click={() => {
console.log(`Use license: ${license.email}`);
- // Use the license key to sign in
- // $events_slct.exhibit_obj.url = `${data.url.origin}/events_leads/exhibit/${$events_slct.exhibit_id}?license_key=${index}&event_id=${$events_slct.event_id}`;
- $events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id] = {
- key: license.email,
- updated_on: new Date().toISOString()
- };
+ if (confirm('Are you sure you want to use this license?')) {
+ $events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id] = {
+ key: license.email,
+ updated_on: new Date().toISOString()
+ };
+ }
}}
class="btn btn-sm text-sm variant-soft-primary"
title="Sign in using this license"
@@ -886,8 +884,6 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
type="button"
on:click={() => {
console.log('Remove License');
-
-
if (confirm('Are you sure you want to remove this license?')) {
// This still needs to be saved to the database.
// Signal that this license should be removed from the list.
@@ -1075,6 +1071,20 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
{#if $events_loc?.leads.auth_exhibit_kv[$events_slct.exhibit_id]}
+ Turn on iframe mode:
+
+
+ Show or hide additional details: