forked from mirrors/easyappointments
Corrected class name for break event.
This commit is contained in:
parent
c26b111ab2
commit
2d7fa2bd8f
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
allDay: false,
|
||||
color: '#BEBEBE',
|
||||
editable: false,
|
||||
className: 'fc-unavailable fc-brake'
|
||||
className: 'fc-unavailable fc-break'
|
||||
};
|
||||
|
||||
$calendar.fullCalendar('renderEvent', unavailablePeriod, false);
|
||||
|
|
Loading…
Reference in a new issue