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
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
I got a wierd issue with this. As shown in the screenshot attached, i lost Jan month from the timeline. Instead it is showing only 2018,2018... for whole month.
What i changed:
At line 18 of script.js: I updated today and start date.
today = new Date(),
start = today.setDate(today.getDate() - 1);
All other files are same.
Kindly help on this & Thanks for the awesome codebase.