Skip to content

Commit 6f9853c

Browse files
author
Karin Huber
committed
Anmeldung 2024-01-12
1 parent d848e8d commit 6f9853c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ function loadEvents(eventsTable) {
270270

271271
let registrationLink = '';
272272
let location = '';
273-
if (formattedDate === '15.12.2023') {
273+
if (formattedDate === '12.01.2024') {
274274
if (event.location.indexOf('Leonding') >= 0) {
275275
registrationLink = 'https://forms.office.com/e/BkmTrFg3Mr';
276276
//location = 'im TIC Steyr';
277277
} else {
278-
registrationLink = 'https://forms.office.com/e/4e2vCqb4hG';
278+
registrationLink = 'https://forms.office.com/e/B0VKYQJsE8';
279279
//location = 'in der Grand Garage'
280280
}
281281
}

0 commit comments

Comments
 (0)