Skip to content

Commit 7bb7513

Browse files
author
Karin Huber
committed
Fix time for Leonding event
1 parent a141ae3 commit 7bb7513

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

static/js/main.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function loadEvents(eventsTable) {
195195
formattedBeginTime = '16:00';
196196
formattedEndTime = '18:00';
197197

198-
if (formattedDate === '18.10.2024') {
198+
if (formattedDate === '24.01.2025') {
199199
if (event.location.indexOf('Leonding') >= 0) {
200200
formattedBeginTime = '15:00';
201201
formattedEndTime = '17:00';
@@ -290,8 +290,7 @@ function loadEvents(eventsTable) {
290290
formattedDate !== '09.09.2023' &&
291291
formattedDate !== '10.09.2023'
292292
) {
293-
row +=
294-
'<p>Keine Anmeldung erforderlich.</p>';
293+
row += '<p>Keine Anmeldung erforderlich.</p>';
295294
}
296295
}
297296

0 commit comments

Comments
 (0)