Skip to content

Commit 6a9a35b

Browse files
author
Karin Huber
committed
Anmeldung 2023-12-01
1 parent 525e302 commit 6a9a35b

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 === '17.11.2023') {
273+
if (formattedDate === '01.12.2023') {
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/BkmTrFg3Mr';
278+
registrationLink = 'https://forms.office.com/e/1df7uFkfah';
279279
//location = 'in der Grand Garage'
280280
}
281281
}

0 commit comments

Comments
 (0)