We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a141ae3 commit 7bb7513Copy full SHA for 7bb7513
static/js/main.js
@@ -195,7 +195,7 @@ function loadEvents(eventsTable) {
195
formattedBeginTime = '16:00';
196
formattedEndTime = '18:00';
197
198
- if (formattedDate === '18.10.2024') {
+ if (formattedDate === '24.01.2025') {
199
if (event.location.indexOf('Leonding') >= 0) {
200
formattedBeginTime = '15:00';
201
formattedEndTime = '17:00';
@@ -290,8 +290,7 @@ function loadEvents(eventsTable) {
290
formattedDate !== '09.09.2023' &&
291
formattedDate !== '10.09.2023'
292
) {
293
- row +=
294
- '<p>Keine Anmeldung erforderlich.</p>';
+ row += '<p>Keine Anmeldung erforderlich.</p>';
295
}
296
297
0 commit comments