Skip to content

Commit c88f33e

Browse files
committed
Update website
1 parent 42805c3 commit c88f33e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/main.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,10 @@ function loadEvents(eventsTable) {
196196
formattedEndTime = '18:00';
197197

198198
if (formattedDate === '06.06.2025') {
199-
if (event.location.indexOf('Leonding') >= 0) {
199+
if (
200+
event.location.indexOf('Leonding') >= 0 ||
201+
event.location.indexOf('Lentos') >= 0
202+
) {
200203
formattedBeginTime = '15:00';
201204
formattedEndTime = '17:00';
202205
}

0 commit comments

Comments
 (0)