Making the Launcher reload when link clicked to go there.

This commit is contained in:
Scott Idem
2024-09-24 17:15:06 -04:00
parent 476b303da4
commit 9e6a7f0db0
3 changed files with 6 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ console.log(`BROWSER Events - [event_id] launcher +layout.svelte start`);
Loading location list... a
{:then event_location_obj_li} -->
<!-- {#if $lq__event_obj && $lq__event_location_obj_li && $lq__event_session_obj_li && event_location_obj_li && event_location_obj_li.length > 0} -->
{#if $lq__event_obj && $lq__event_location_obj_li}
<!-- {#if $lq__event_obj && $lq__event_location_obj_li} -->
<Event_launcher_menu
bind:data_url={data.url}
@@ -173,12 +173,12 @@ console.log(`BROWSER Events - [event_id] launcher +layout.svelte start`);
lq__event_session_obj_li={lq__event_session_obj_li}
>
</Event_launcher_menu>
{:else}
<!-- {:else}
<div class="flex flex-row items-center justify-center">
<span class="fas fa-spinner fa-spin mx-1"></span>
<span>Loading location list...</span>
</div>
{/if}
{/if} -->
<!-- {/await} -->
<!-- Root: slct Location ID: {$events_slct.event_location_id ?? '-- not set --'} -->
</section>

View File

@@ -2,5 +2,3 @@
</script>
A location is required