Skip to content

Commit

Permalink
Merge branch '5.5' into 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyperghost committed Oct 14, 2024
2 parents e9c647b + 4c48a0a commit da33442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ts/WoltLabSuite/Core/Date/Picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ const DatePicker = {
const data = _data.get(element) as DatePickerData;

element.dataset.value = date.getTime().toString();
element.dataset.empty = "false";

let format = "";
let value: string;
Expand Down
1 change: 1 addition & 0 deletions wcfsetup/install/files/js/WoltLabSuite/Core/Date/Picker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da33442

Please sign in to comment.