Corrected issue with full calendar title

This commit is contained in:
Alex Tselegidis 2020-12-05 11:07:22 +02:00
parent 32e2b2843b
commit 9b24ce1e57
2 changed files with 0 additions and 2 deletions

View File

@ -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',

View File

@ -702,7 +702,6 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
slotLabelFormat: slotTimeFormat,
allDaySlot: true,
columnFormat: columnFormat,
titleFormat: 'MMMM YYYY',
header: {
left: 'listDay,agendaDay',
center: '',