Maybe wrapping up for the day.
This commit is contained in:
@@ -30,6 +30,7 @@ import Session_page_menu from './../../session_page_menu.svelte';
|
|||||||
// import Sign_in_out from './../../sign_in_out.svelte';
|
// import Sign_in_out from './../../sign_in_out.svelte';
|
||||||
|
|
||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
|
|
||||||
if (browser) {
|
if (browser) {
|
||||||
console.log('Browser environment detected.');
|
console.log('Browser environment detected.');
|
||||||
}
|
}
|
||||||
@@ -252,10 +253,19 @@ onMount(() => {
|
|||||||
lq__event_presentation_obj_li={lq__event_presentation_obj_li}
|
lq__event_presentation_obj_li={lq__event_presentation_obj_li}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Comp_event_files_upload
|
{#if $ae_loc.trusted_access}
|
||||||
link_to_type="event_session"
|
<div>
|
||||||
link_to_id={$lq__event_session_obj.event_session_id}
|
<h3 class="h4">
|
||||||
/>
|
<span class="fas fa-upload m-1"></span>
|
||||||
|
Upload Session Files:
|
||||||
|
</h3>
|
||||||
|
<Comp_event_files_upload
|
||||||
|
link_to_type="event_session"
|
||||||
|
link_to_id={$lq__event_session_obj.event_session_id}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
{:else}
|
{:else}
|
||||||
<div class="bg-red-100 p-4 border border-red-200 rounded-md">
|
<div class="bg-red-100 p-4 border border-red-200 rounded-md">
|
||||||
<h2 class="h3">
|
<h2 class="h3">
|
||||||
|
|||||||
Reference in New Issue
Block a user