From 187290de61f234e625fec24b6a5ca363334e77a3 Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Tue, 3 Feb 2026 18:56:53 +0100 Subject: [PATCH] ajustando pantallas para que cuadre --- eltiempo/js/codigo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eltiempo/js/codigo.js b/eltiempo/js/codigo.js index 75aeecd..6516ee3 100644 --- a/eltiempo/js/codigo.js +++ b/eltiempo/js/codigo.js @@ -240,7 +240,7 @@ function generateMiniMoonCalendar() { const month = now.getMonth(); const today = now.getDate(); const daysInMonth = new Date(year, month + 1, 0).getDate(); - const container = document.getElementById("moon-mini-calendar"); + // const container = document.getElementById("moon-mini-calendar"); //container.innerHTML = ".";