mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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 extraWorkingPlan = jQuery.parseJSON(provider.settings.extra_working_plan);
|
||||||
var unavailablePeriod;
|
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
|
workingPlan = GeneralFunctions.sortWeekDict(workingPlanBulk,0); // 0 is the ID for Sunday
|
||||||
|
|
||||||
switch (calendarView) {
|
switch (calendarView) {
|
||||||
|
|
Loading…
Reference in a new issue