Upgraded Full Calendar, now things are left aligned

This commit is contained in:
Mark McDowall 2013-04-18 08:11:11 -07:00 committed by markus101
parent 2e1d36a05e
commit 0df8157b01
3 changed files with 838 additions and 702 deletions

View File

@ -15,7 +15,7 @@ define(['app', 'Calendar/CalendarItemView'], function () {
this.calendar = new NzbDrone.Calendar.CalendarCollection();
},
onCompositeCollectionRendered: function () {
$(this.ui.calendar).fullCalendar({
$(this.ui.calendar).empty().fullCalendar({
allDayDefault : false,
ignoreTimezone: false,
weekMode : 'variable',

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff