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 has been archived by the owner on Jun 21, 2018. It is now read-only.
The cell assigned the "today" class (and consequently surrounded with a broken border) is consistently the previous day, not the current one. This behavior occurs regularly on Ubuntu Linux with Firefox and Google Chrome.
The issue is the Date.daysDistance method, which needs to call Math.ceil instead of Math.round.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The cell assigned the "today" class (and consequently surrounded with a broken border) is consistently the previous day, not the current one. This behavior occurs regularly on Ubuntu Linux with Firefox and Google Chrome.
The issue is the Date.daysDistance method, which needs to call Math.ceil instead of Math.round.
The text was updated successfully, but these errors were encountered: