Now with auto hide header and footer
This commit is contained in:
@@ -125,6 +125,13 @@ onMount(() => {
|
||||
key: url_lic_key,
|
||||
updated_on: new Date().toISOString()
|
||||
};
|
||||
|
||||
if ($events_loc.leads.auto_hide_on_sign_in) {
|
||||
$events_loc.leads.tab[$events_slct.exhibit_id] = 'add_scan';
|
||||
|
||||
$ae_loc.iframe = true;
|
||||
}
|
||||
|
||||
data.url.searchParams.delete('key');
|
||||
data.url.searchParams.delete('pass');
|
||||
let new_url = data.url.toString()
|
||||
|
||||
Reference in New Issue
Block a user