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 097799a commit becd9b5Copy full SHA for becd9b5
whyaretheflagsup.js
@@ -201,6 +201,8 @@ function why_are_the_flags_up(date) {
201
reasons.push("county elections");
202
} else if (dd === 9 && mm === JUNE && yyyy === 2024) {
203
reasons.push("a European parliamentary election");
204
+ } else if (dd === 13 && mm === APRIL && yyyy === 2025) {
205
+ reasons.push("county and municipal elections");
206
}
207
208
// One-offs
0 commit comments