Change session link

This commit is contained in:
Knoch 2024-05-23 23:02:53 +02:00
parent 5e8f7dd00c
commit f42487c42c

View File

@ -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/sitzung2024fr%C3%BChling'
// window.location.href = redirectLocation;
window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20240529?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>