From 9871b211453df606e9a0453b655d429cf71f7f2c Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Thu, 7 Mar 2024 16:56:32 +0100 Subject: [PATCH] Update meeting pad --- hello/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello/index.html b/hello/index.html index 2b5aecc..636b7b0 100644 --- a/hello/index.html +++ b/hello/index.html @@ -38,7 +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 = redirectLocation; + window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung2024fr%C3%BChling'