mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Make it configurable if calendars shows week numbers or not (closes #333)
This commit is contained in:
@@ -11,7 +11,7 @@ $("#calendar").fullCalendar({
|
||||
"center": "title",
|
||||
"right": "prev,next"
|
||||
},
|
||||
"weekNumbers": true,
|
||||
"weekNumbers": Grocy.CalendarShowWeekNumbers,
|
||||
"firstDay": firstDay,
|
||||
"eventLimit": true,
|
||||
"eventSources": fullcalendarEventSources
|
||||
|
Reference in New Issue
Block a user