Compare commits
No commits in common. "a80f2c58b96fc29ae87d55ee93d17b33a2e2239c" and "9da7498101804f6aa8e489cbfedf629149bdefa3" have entirely different histories.
a80f2c58b9
...
9da7498101
@ -39,7 +39,7 @@
|
|||||||
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/sitzung20241024'
|
window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20241015'
|
||||||
</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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user