Skip to content

Commit 6660715

Browse files
author
Karin Huber
committed
Uhrzeit CoderDojo Leonding 24.06.2024
1 parent 3e8ec80 commit 6660715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 === '09.02.2024') {
201+
if (formattedDate === '16.06.2024') {
202202
if (event.location.indexOf('Leonding') >= 0) {
203203
formattedBeginTime = '15:00';
204204
formattedEndTime = '17:00';

0 commit comments

Comments
 (0)