From 51dc3cf0822febd826b1ab0d0ed6125903e7ff87 Mon Sep 17 00:00:00 2001 From: Mehlich Date: Wed, 11 Jan 2023 08:20:02 +0000 Subject: [PATCH] wiai.de/hello removed default url declaration --- hello/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/hello/index.html b/hello/index.html index cb2c658..2b5aecc 100644 --- a/hello/index.html +++ b/hello/index.html @@ -38,7 +38,6 @@ 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`; -// // let redirectLocation = `https://hackmd.stuve-bamberg.de/sitzung20230110`; window.location.href = redirectLocation;