mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Corrected issue with full calendar title
This commit is contained in:
parent
32e2b2843b
commit
9b24ce1e57
2 changed files with 0 additions and 2 deletions
|
@ -1417,7 +1417,6 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
||||||
slotLabelFormat: slotTimeFormat,
|
slotLabelFormat: slotTimeFormat,
|
||||||
allDayText: EALang.all_day,
|
allDayText: EALang.all_day,
|
||||||
columnFormat: columnFormat,
|
columnFormat: columnFormat,
|
||||||
titleFormat: 'MMMM YYYY',
|
|
||||||
header: {
|
header: {
|
||||||
left: 'prev,next today',
|
left: 'prev,next today',
|
||||||
center: 'title',
|
center: 'title',
|
||||||
|
|
|
@ -702,7 +702,6 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
||||||
slotLabelFormat: slotTimeFormat,
|
slotLabelFormat: slotTimeFormat,
|
||||||
allDaySlot: true,
|
allDaySlot: true,
|
||||||
columnFormat: columnFormat,
|
columnFormat: columnFormat,
|
||||||
titleFormat: 'MMMM YYYY',
|
|
||||||
header: {
|
header: {
|
||||||
left: 'listDay,agendaDay',
|
left: 'listDay,agendaDay',
|
||||||
center: '',
|
center: '',
|
||||||
|
|
Loading…
Reference in a new issue