mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 09:46:03 +00:00
Fixed FullCalendar height was not calculated dynamically (fixes #549)
This commit is contained in:
@@ -14,7 +14,8 @@ var calendar = $("#calendar").fullCalendar({
|
||||
"weekNumbers": Grocy.CalendarShowWeekNumbers,
|
||||
"defaultView": ($(window).width() < 768) ? "agendaDay" : "month",
|
||||
"firstDay": firstDay,
|
||||
"eventLimit": true,
|
||||
"eventLimit": false,
|
||||
"height": "auto",
|
||||
"eventSources": fullcalendarEventSources
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user