ajustando pantallas para que cuadre
This commit is contained in:
parent
d100fbd16c
commit
187290de61
|
|
@ -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 = ".";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue