From 16e5895f5e117b0afcd6e5bb1c1152458c36a39e Mon Sep 17 00:00:00 2001 From: Rainer Date: Mon, 20 Nov 2023 15:49:04 +0000 Subject: [PATCH] Update website --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 86ea4115..05373883 100644 --- a/js/main.js +++ b/js/main.js @@ -270,12 +270,12 @@ function loadEvents(eventsTable) { let registrationLink = ''; let location = ''; - if (formattedDate === '17.11.2023') { + if (formattedDate === '01.12.2023') { if (event.location.indexOf('Leonding') >= 0) { registrationLink = 'https://forms.office.com/e/BkmTrFg3Mr'; //location = 'im TIC Steyr'; } else { - registrationLink = 'https://forms.office.com/e/BkmTrFg3Mr'; + registrationLink = 'https://forms.office.com/e/1df7uFkfah'; //location = 'in der Grand Garage' } }