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
It's seems month selector does not selecting current month automatically.
To solve this problem you must change in Line 62 at file assets/js/admin.js :
if (i === mon)
to:
if (i === parseInt(mon))
The text was updated successfully, but these errors were encountered:
It's seems month selector does not selecting current month automatically.
To solve this problem you must change in
Line 62 at file assets/js/admin.js
:to:
The text was updated successfully, but these errors were encountered: