From 5976049aa6b4bc66ef1cf75c32f212baf5e05897 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 26 Jul 2024 08:51:05 +0200 Subject: [PATCH] uncomment usefull code --- site/snippets/calendar-strip.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/snippets/calendar-strip.php b/site/snippets/calendar-strip.php index 4b25e62..ea1322a 100644 --- a/site/snippets/calendar-strip.php +++ b/site/snippets/calendar-strip.php @@ -14,12 +14,12 @@ this.dates = getDatesInMonth(this.monthNumb); const mapadoDates = await getMapadoDates(this.monthNumb) - // mapadoDates.forEach(mapadoDate => { - // const day = parseInt(mapadoDate.day) - // this.dates[day].push(mapadoDate.name) - // }) + mapadoDates.forEach(mapadoDate => { + const day = parseInt(mapadoDate.day) + this.dates[day].push(mapadoDate.name) + }) - // console.log('dates', this.dates) + console.log('dates', this.dates) } }"