From 7692ca65801b50fa2bb579e967383e69f1210527 Mon Sep 17 00:00:00 2001 From: junlu592 Date: Fri, 21 Nov 2025 12:18:43 +0100 Subject: [PATCH] reverted changes in calendar.ts --- ts/routes/graphs/calendar.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ts/routes/graphs/calendar.ts b/ts/routes/graphs/calendar.ts index 14c32d089..863923095 100644 --- a/ts/routes/graphs/calendar.ts +++ b/ts/routes/graphs/calendar.ts @@ -118,10 +118,6 @@ export function renderCalendar( // don't fill out future dates continue; } - if (date.getFullYear() != targetYear) { - // only fill blanks for the target year - continue; - } if (revlogRange == RevlogRange.Year && date < oneYearAgoFromNow) { // don't fill out dates older than a year continue;