forked from mirrors/easyappointments
Minor change in a comment to be more relevant.
This commit is contained in:
parent
8ca935c412
commit
1f70bc7dc2
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
var extraWorkingPlan = jQuery.parseJSON(provider.settings.extra_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