mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Upgraded Full Calendar, now things are left aligned
This commit is contained in:
parent
2e1d36a05e
commit
0df8157b01
3 changed files with 838 additions and 702 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue