We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d848e8d commit 6f9853cCopy full SHA for 6f9853c
static/js/main.js
@@ -270,12 +270,12 @@ function loadEvents(eventsTable) {
270
271
let registrationLink = '';
272
let location = '';
273
- if (formattedDate === '15.12.2023') {
+ if (formattedDate === '12.01.2024') {
274
if (event.location.indexOf('Leonding') >= 0) {
275
registrationLink = 'https://forms.office.com/e/BkmTrFg3Mr';
276
//location = 'im TIC Steyr';
277
} else {
278
- registrationLink = 'https://forms.office.com/e/4e2vCqb4hG';
+ registrationLink = 'https://forms.office.com/e/B0VKYQJsE8';
279
//location = 'in der Grand Garage'
280
}
281
0 commit comments