Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
rstropek committed Nov 20, 2023
1 parent 50ecd4d commit 16e5895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down

0 comments on commit 16e5895

Please sign in to comment.