Skip to content

Commit 3e8ec80

Browse files
author
Karin Huber
committed
Uhrzeit CoderDojo Leonding 09.02.2024
1 parent 934bc1c commit 3e8ec80

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

0 commit comments

Comments
 (0)