Skip to content
Snippets Groups Projects
Commit afa4558a authored by Nils Steinger's avatar Nils Steinger Committed by Benjamin Hättasch
Browse files

Remove explicit locale setting, it is managed by load_fullcalendar.html

parent 10667a08
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@
// Adapt to timezone of the connected event
timeZone: '{{ event.timezone }}',
initialView: 'timeGrid',
// Adapt to user selected locale
locale: '{{ LANGUAGE_CODE }}',
// No header, not buttons
headerToolbar: {
left: '',
......
......@@ -22,8 +22,6 @@
right: 'resourceTimelineDay,resourceTimelineEvent'
},
themeSystem: 'bootstrap',
// Adapt to user selected locale
locale: '{{ LANGUAGE_CODE }}',
initialView: 'resourceTimelineEvent',
views: {
resourceTimelineDay: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment