mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Calendar defaults to week view
This commit is contained in:
@@ -16,6 +16,7 @@ define(['app', 'Calendar/CalendarItemView'], function () {
|
||||
},
|
||||
onCompositeCollectionRendered: function () {
|
||||
$(this.ui.calendar).empty().fullCalendar({
|
||||
defaultView : 'basicWeek',
|
||||
allDayDefault : false,
|
||||
ignoreTimezone: false,
|
||||
weekMode : 'variable',
|
||||
|
Reference in New Issue
Block a user