Skip to content

Commit

Permalink
Inauguration of the President of the Republic
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 1, 2024
1 parent 63bd531 commit 873f724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions whyaretheflagsup.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ function why_are_the_flags_up(date) {
reason = "80th anniversary of the end of the Winter War";
} else if (dd === 10 && mm === NOVEMBER && yyyy === 2023) {
reason = "State funeral of President Martti Ahtisaari";
} else if (dd === 1 && mm === MARCH && yyyy === 2024) {
reason = "Inauguration of the President of the Republic";
}

if (reason === "") {
Expand Down

0 comments on commit 873f724

Please sign in to comment.