From 143b82f4ef1e189205aabc6f3c560ad3d9ed00d4 Mon Sep 17 00:00:00 2001 From: Jochen Mehlich Date: Fri, 25 Oct 2024 09:31:43 +0200 Subject: [PATCH] updated hello-link Signed-off-by: Jochen Mehlich --- hello/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello/index.html b/hello/index.html index c197919..26817cf 100644 --- a/hello/index.html +++ b/hello/index.html @@ -38,8 +38,8 @@ let month = date.getMonth() > 8 ? (date.getMonth()+1) : '0' + (date.getMonth()+1); let day = date.getDate() > 9 ? date.getDate() : '0' + date.getDate(); let redirectLocation = `https://hackmd.stuve-bamberg.de/sitzung${year}${month}${day}?both`; - // window.location.href = redirectLocation; - window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20241024' + window.location.href = redirectLocation; +// window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20241024'