forked from mirrors/easyappointments
Removed class from non working event.
This commit is contained in:
parent
afbb3cc62e
commit
68c67af57b
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
||||||
allDay: false,
|
allDay: false,
|
||||||
color: '#BEBEBE',
|
color: '#BEBEBE',
|
||||||
editable: false,
|
editable: false,
|
||||||
className: 'fc-unavailable fc-break'
|
className: 'fc-unavailable'
|
||||||
};
|
};
|
||||||
|
|
||||||
$calendar.fullCalendar('renderEvent', unavailablePeriod, false);
|
$calendar.fullCalendar('renderEvent', unavailablePeriod, false);
|
||||||
|
|
Loading…
Reference in a new issue