forked from mirrors/easyappointments
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,
|
||||
allDayText: EALang.all_day,
|
||||
columnFormat: columnFormat,
|
||||
titleFormat: 'MMMM YYYY',
|
||||
header: {
|
||||
left: 'prev,next today',
|
||||
center: 'title',
|
||||
|
|
|
@ -702,7 +702,6 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
|||
slotLabelFormat: slotTimeFormat,
|
||||
allDaySlot: true,
|
||||
columnFormat: columnFormat,
|
||||
titleFormat: 'MMMM YYYY',
|
||||
header: {
|
||||
left: 'listDay,agendaDay',
|
||||
center: '',
|
||||
|
|
Loading…
Reference in a new issue