mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Calendar defaults to week view
This commit is contained in:
parent
64d87d7a68
commit
1fb944976e
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ define(['app', 'Calendar/CalendarItemView'], function () {
|
|||
},
|
||||
onCompositeCollectionRendered: function () {
|
||||
$(this.ui.calendar).empty().fullCalendar({
|
||||
defaultView : 'basicWeek',
|
||||
allDayDefault : false,
|
||||
ignoreTimezone: false,
|
||||
weekMode : 'variable',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue