Minor change in a comment to be more relevant.
This commit is contained in:
parent
78bd5e67fd
commit
502027e894
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
var workingPlanBulk = jQuery.parseJSON(provider.settings.working_plan);
|
||||
var unavailablePeriod;
|
||||
|
||||
// Sort the working plan starting with the first day as set in General settings to correctly align breaks in the calendar display
|
||||
// Sort the working plan starting with Sunday as the first weekday to correctly align breaks in the calendar display
|
||||
workingPlan = GeneralFunctions.sortWeekDict(workingPlanBulk,0); // 0 is the ID for Sunday
|
||||
|
||||
switch (calendarView) {
|
||||
|
|
Loading…
Reference in a new issue