Skip to content

Commit c2d9855

Browse files
author
Karin Huber
committed
Fix time for Leonding event
1 parent 2f8c9dc commit c2d9855

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

package-lock.json

Lines changed: 1 addition & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function loadEvents(eventsTable) {
198198
formattedBeginTime = '16:00';
199199
formattedEndTime = '18:00';
200200

201-
if (formattedDate === '14.06.2024') {
201+
if (formattedDate === '18.10.2024') {
202202
if (event.location.indexOf('Leonding') >= 0) {
203203
formattedBeginTime = '15:00';
204204
formattedEndTime = '17:00';

0 commit comments

Comments
 (0)