Merge branch 'dateformat' of git://github.com/Verabird/habitrpg into Verabird-dateformat

This commit is contained in:
Matteo Pagliazzi
2014-12-29 21:09:04 +01:00
6 changed files with 21 additions and 6 deletions
+2 -1
View File
@@ -278,7 +278,8 @@ var UserSchema = new Schema({
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},
costume: Boolean,
sleep: {type: Boolean, 'default': false},
dateFormat: {type: String, enum:['MM/dd/yyyy', 'dd/MM/yyyy'], 'default': 'MM/dd/yyyy'},
sleep: {type: Boolean, 'default': false},
stickyHeader: {type: Boolean, 'default': true},
disableClasses: {type: Boolean, 'default': false},
newTaskEdit: {type: Boolean, 'default': false},