mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
removed ServerStatus.js
This commit is contained in:
parent
ab4e1edac0
commit
6b418276b6
7 changed files with 32 additions and 60 deletions
|
@ -6,8 +6,9 @@ define(
|
|||
'marionette',
|
||||
'moment',
|
||||
'Calendar/Collection',
|
||||
'System/StatusModel',
|
||||
'fullcalendar'
|
||||
], function (vent, Marionette, moment, CalendarCollection) {
|
||||
], function (vent, Marionette, moment, CalendarCollection, StatusModel) {
|
||||
|
||||
var _instance;
|
||||
|
||||
|
@ -24,7 +25,7 @@ define(
|
|||
allDayDefault : false,
|
||||
ignoreTimezone: false,
|
||||
weekMode : 'variable',
|
||||
firstDay : window.NzbDrone.ServerStatus.startOfWeek,
|
||||
firstDay : StatusModel.get('startOfWeek'),
|
||||
timeFormat : 'h(:mm)tt',
|
||||
header : {
|
||||
left : 'prev,next today',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue