mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 05:54:25 -04:00
[en] Update events.js
This commit is contained in:
parent
351ea4116f
commit
b3b2562837
@ -73,16 +73,6 @@ module.exports = [
|
||||
}
|
||||
}, EventLevel.MajorDay),
|
||||
|
||||
new Event('Purple Friday (UK)', null, 2, function* (monthDays) {
|
||||
let lastFriday = null;
|
||||
for (let d of monthDays) {
|
||||
if (d.dayOfWeek === 5) {
|
||||
lastFriday = d;
|
||||
}
|
||||
}
|
||||
yield lastFriday;
|
||||
}, EventLevel.MajorDay),
|
||||
|
||||
new Event('Purple Friday (UK)', null, 2, function* (monthDays) {
|
||||
let lastFriday = null;
|
||||
for (let d of monthDays) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user