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

Replace jquery-datetimepicker with native date input #11684

Merged
merged 2 commits into from
Jun 10, 2020

Commits on Jun 5, 2020

  1. Replace jquery-datetimepicker with native date input

    This removes the jQuery plugin as well as the associated config options.
    Native input[type=date] does not require a language attribute as it is
    localized by default, except for the placeholder attribute for which I
    currently piggy-back the repo.issues.due_date_form localization option.
    
    Implementation should pretty much match GH. Of note is that Safari does
    not provide a UI for this input type, but I don't think providing one is
    neccessary and GH did not bother either.
    silverwind committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9f997e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    229be24 View commit details
    Browse the repository at this point in the history