diff --git a/src/models/user.js b/src/models/user.js index e757c0c3dd..6fdd789e55 100644 --- a/src/models/user.js +++ b/src/models/user.js @@ -93,7 +93,8 @@ var UserSchema = new Schema({ rewrite: {type: Boolean, 'default': true}, partyEnabled: Boolean, // FIXME do we need this? contributor: Boolean, - classSelected: {type: Boolean, 'default': false} + classSelected: {type: Boolean, 'default': false}, + mathUpdates: Boolean }, history: { exp: Array, // [{date: Date, value: Number}], // big peformance issues if these are defined diff --git a/views/shared/modals/new-stuff.jade b/views/shared/modals/new-stuff.jade index 48a68ef029..bde60a20b2 100644 --- a/views/shared/modals/new-stuff.jade +++ b/views/shared/modals/new-stuff.jade @@ -6,7 +6,7 @@ div(modal='!user.flags.mathUpdates') p Hey all, Tyler here. Sorry for the rocky numbers (Exp, GP, etc) with the Class System roll-out! We're tweaking the math today, and things should be mostly finalized by tomorrow. Follow our progress here, and please do chime in! p We've also changed classes to unlock at lvl 10 instead of 5, to prevent overwhelming our new users. And since users have expressed confusion, we'll be improving UI and clarifification . Stay tuned. .modal-footer - button.btn.btn-default.cancel(ng-click='set({"flags.mathUpdates":true})') Dismiss + button.btn.btn-default.cancel(ng-click='User.set({"flags.mathUpdates":true})') Dismiss div(modal='modals.newStuff') .modal-header