You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing "const nextDays = 7 - lastDayIndex -1;" ==> " const nextDays = 7 - lastDayIndex;" will solve the problem with calendars which are ending on Sunday
Switching between months showed, that a couple of months, f.e. October 2020, ain't rendering at all.
script.js:
Shoving " monthDays.innerHTML = days;" from line 68 to below the for loop will do the trick.
The text was updated successfully, but these errors were encountered: