mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Calendar is coming together!
This commit is contained in:
parent
4e1c04b186
commit
14cf5bf3cc
7 changed files with 53 additions and 13 deletions
|
@ -3,8 +3,9 @@
|
|||
define(['app', 'Calendar/CalendarItemView'], function (app) {
|
||||
NzbDrone.Calendar.CalendarCollectionView = Backbone.Marionette.CompositeView.extend({
|
||||
itemView: NzbDrone.Calendar.CalendarItemView,
|
||||
itemViewContainer: '#upcomingContainer',
|
||||
itemViewContainer: '#events',
|
||||
template: 'Calendar/CalendarCollectionTemplate',
|
||||
className: 'row',
|
||||
|
||||
ui: {
|
||||
calendar: '#calendar'
|
||||
|
@ -17,7 +18,7 @@ define(['app', 'Calendar/CalendarItemView'], function (app) {
|
|||
onCompositeCollectionRendered: function() {
|
||||
$(this.ui.calendar).fullCalendar({
|
||||
allDayDefault: false,
|
||||
//ignoreTimezone: false,
|
||||
ignoreTimezone: false,
|
||||
weekMode: 'variable',
|
||||
header: {
|
||||
left: 'prev,next today',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue