From 1278ed00b01be8a6eb39407f66e63178a692337c Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Fri, 28 Jun 2024 21:41:39 +0200 Subject: [PATCH] Fix Sitzungslink --- hello/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello/index.html b/hello/index.html index e69fcbf..93548c0 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/sitzung20240627?both#' + window.location.href = redirectLocation; + // window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20240627?both#'