Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karin112358 authored Oct 11, 2024
1 parent 5690514 commit f02db2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function loadEvents(eventsTable) {
formattedBeginTime = '16:00';
formattedEndTime = '18:00';

if (formattedDate === '14.06.2024') {
if (formattedDate === '18.10.2024') {
if (event.location.indexOf('Leonding') >= 0) {
formattedBeginTime = '15:00';
formattedEndTime = '17:00';
Expand Down

0 comments on commit f02db2e

Please sign in to comment.