Minor change in a comment to be more relevant.

This commit is contained in:
oxteam 2018-06-26 10:38:51 +02:00
parent 78bd5e67fd
commit 502027e894
1 changed files with 1 additions and 1 deletions

View File

@ -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) {