From 399ce3b0447073a20d8164fbf5e0edad125ceafe Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 28 Aug 2024 15:42:54 +0100 Subject: [PATCH] activity: Just use window.URLBase instead of figuring out the full URL. URLs are definitely the most fragmented and annoying thing about this software. --- html/admin.html | 20 +++++++++++--------- ts/modules/activity.ts | 12 +++++++----- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/html/admin.html b/html/admin.html index f7e46b5..80cdd70 100644 --- a/html/admin.html +++ b/html/admin.html @@ -27,16 +27,18 @@ {{ template "login-modal.html" . }}