Auto detect first day of week for calendar

New: Calendar will use systems first day of week when displaying
This commit is contained in:
Mark McDowall
2013-10-02 12:41:21 -07:00
parent 76089b460c
commit fe5b42696d
5 changed files with 36 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ define(
allDayDefault : false,
ignoreTimezone: false,
weekMode : 'variable',
firstDay : window.NzbDrone.ServerStatus.startOfWeek,
timeFormat : 'h(:mm)tt',
header : {
left : 'prev,next today',