mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -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();
|
this.calendar = new NzbDrone.Calendar.CalendarCollection();
|
||||||
},
|
},
|
||||||
onCompositeCollectionRendered: function () {
|
onCompositeCollectionRendered: function () {
|
||||||
$(this.ui.calendar).fullCalendar({
|
$(this.ui.calendar).empty().fullCalendar({
|
||||||
allDayDefault : false,
|
allDayDefault : false,
|
||||||
ignoreTimezone: false,
|
ignoreTimezone: false,
|
||||||
weekMode : 'variable',
|
weekMode : 'variable',
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue