Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Month selector has a problem in post edit page #5

Closed
KamranKhorsandi opened this issue Jun 12, 2017 · 1 comment
Closed

Month selector has a problem in post edit page #5

KamranKhorsandi opened this issue Jun 12, 2017 · 1 comment

Comments

@KamranKhorsandi
Copy link
Contributor

KamranKhorsandi commented Jun 12, 2017

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))
mostafasoufi pushed a commit that referenced this issue Jun 12, 2017
@mostafasoufi
Copy link
Member

Thank you dear contributor 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants