(js) Respect SOGoCalendarDefaultReminder in editor

This commit is contained in:
Francis Lachapelle
2015-07-30 12:05:33 -04:00
parent b61eb00b99
commit 1f8edbdd1f
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
if (!unitsList)
{
unitsList = [NSArray arrayWithObjects: @"MINUTES", @"HOURS", @"DAYS", nil];
unitsList = [NSArray arrayWithObjects: @"MINUTES", @"HOURS", @"DAYS", @"WEEKS", nil];
[unitsList retain];
}