Skip to content
Snippets Groups Projects
Commit 8e0843ca authored by Carsten  Rose's avatar Carsten Rose
Browse files

Fix #13788 - daysOfWeekDisabled: $(this).data("days-of-week-disabled") || [],

parent 6956badc
No related branches found
No related tags found
1 merge request!430Merge new version 22.05
......@@ -138,7 +138,7 @@ $(document).ready( function () {
}
var options = {
locale: $(this).data("locale") || "en",
daysOfWeekDisabled: $(this).data("days-of-week-disabled") || [0,6],
daysOfWeekDisabled: $(this).data("days-of-week-disabled") || [],
minDate: dates.minDate,
maxDate: dates.maxDate,
format: $(this).data("format") || "DD.MM.YYYY HH:mm",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment