Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions htdocs/js/ProblemSetList/problemsetlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@

// Make the alternate input left-to-right even for right-to-left languages.
this.altInput.dir = 'ltr';

// Move the id of the now hidden input onto the added input so the labels still work.
this.altInput.id = this.input.id;
this.input.removeAttribute('id');
},
parseDate(datestr, format) {
// Deal with the case of a unix timestamp. The timezone needs to be adjusted back as this is for
Expand Down