Compare commits

..

No commits in common. "eecf781c98b05f050e5f2dcbe3ba623a8e0e9fde" and "32bcee1b7819251988f9def9289fb411c6d902ba" have entirely different histories.

View File

@ -38,8 +38,7 @@
let month = date.getMonth() > 8 ? (date.getMonth()+1) : '0' + (date.getMonth()+1); let month = date.getMonth() > 8 ? (date.getMonth()+1) : '0' + (date.getMonth()+1);
let day = date.getDate() > 9 ? date.getDate() : '0' + date.getDate(); 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/sitzung${year}${month}${day}?both`;
// window.location.href = redirectLocation; window.location.href = redirectLocation;
window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung2024fr%C3%BChling'
</script> </script>
<img src="https://files.stuve-bamberg.de/logo_transparent.png" width="200px"/> <img src="https://files.stuve-bamberg.de/logo_transparent.png" width="200px"/>
<noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript> <noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript>