From a87fa02bc6ee61a23a309e385b32b77b975495c0 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 13 Nov 2025 19:15:55 -0500 Subject: [PATCH] Revert: Legacy launcher link changes Reverted changes to legacy launcher links in various components. These links are intentionally structured to work with nginx location aliases and should not be modified to conform to SvelteKit routing. --- .../locations/ae_comp__event_location_obj_li.svelte | 4 ++-- .../[event_id]/session/[session_id]/session_view.svelte | 2 +- src/routes/events/ae_comp__event_session_obj_li.svelte | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte b/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte index c5222e59..499c5043 100644 --- a/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte +++ b/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte @@ -171,7 +171,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { @@ -180,7 +180,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { diff --git a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte index 1bab0ef7..e993fc7e 100644 --- a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte +++ b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte @@ -387,7 +387,7 @@ let clipboard_success = $state(false);