Fix meal plan section title in (some) foreign languages

This commit is contained in:
Bernd Bestel 2021-07-15 20:07:31 +02:00
parent 2d2700cacb
commit cd05a95a0f
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -42,6 +42,7 @@ $(".calendar").each(function()
"eventSources": fullcalendarEventSources,
"defaultView": ($(window).width() < 768) ? "agendaDay" : "agendaWeek",
"allDayText": sectionName,
"allDayHtml": sectionName,
"minTime": "00:00:00",
"maxTime": "00:00:01",
"scrollTime": "00:00:00",