close
Skip to content

Month selector has a problem in post edit page #5

Description

@KamranKhorsandi

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions