[pl] Update events.js

This commit is contained in:
Paweł Dembowski 2021-12-04 00:11:56 +00:00
parent 2f11145173
commit 2f91ae451e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module.exports = [
new Event('{https://www.facebook.com/events/1549709465370766=I Wodzisławski Marsz Równości}', 'LGBTQ', 10, dayYear(16, 2021), EventLevel.Day),
// dynamic date
new Event('{https://pl.wikipedia.org/wiki/T%C4%99czowy_Pi%C4%85tek=Tęczowy Piątek}', null, 10, function* (monthDays) {
new Event('{https://pl.wikipedia.org/wiki/T%C4%99czowy_Pi%C4%85tek=Tęczowy Piątek}', 'LGBTQ', 10, function* (monthDays) {
let lastFriday = null;
for (let d of monthDays) {
if (d.dayOfWeek === 5) {