Change meeting pad link

This commit is contained in:
Knoch 2024-04-23 13:03:32 +02:00
parent 146b48e5f4
commit 5e8f7dd00c

View File

@ -33,13 +33,13 @@
}
// TODO: If the meeting does not happen on Tuesday, change 2 to whatever weekday we need.
let date = getNextDayOfWeek(2);
let date = getNextDayOfWeek(4);
let year = date.getFullYear();
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/sitzung2024fr%C3%BChling'
</script>
<img src="https://files.stuve-bamberg.de/logo_transparent.png" width="200px"/>
<noscript><p>Diese Seite funktioniert ggf. nur mit JavaScript.</p></noscript>