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
1 merge request!74Improvements to fullcalendar loading
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
// Adapt to timezone of the connected event // Adapt to timezone of the connected event
timeZone: '{{ event.timezone }}', timeZone: '{{ event.timezone }}',
initialView: 'timeGrid', initialView: 'timeGrid',
// Adapt to user selected locale
locale: '{{ LANGUAGE_CODE }}',
// No header, not buttons // No header, not buttons
headerToolbar: { headerToolbar: {
left: '', left: '',
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
right: 'resourceTimelineDay,resourceTimelineEvent' right: 'resourceTimelineDay,resourceTimelineEvent'
}, },
themeSystem: 'bootstrap', themeSystem: 'bootstrap',
// Adapt to user selected locale
locale: '{{ LANGUAGE_CODE }}',
initialView: 'resourceTimelineEvent', initialView: 'resourceTimelineEvent',
views: { views: {
resourceTimelineDay: { 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