Change session link

This commit is contained in:
Knoch 2024-05-31 16:49:08 +02:00
parent cc70ab44f6
commit d4387f83fd

View File

@ -39,7 +39,7 @@
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/sitzung20240529?both#'
window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20240604?both#'
</script>
<img src="https://files.stuve-bamberg.de/logo_transparent.png" width="200px"/>
<noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript>