diff --git a/hello/index.html b/hello/index.html index b54101a..68fdea1 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/sitzung20250107' + window.location.href = redirectLocation; +// window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20250107'