diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-21 22:01:50 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-21 22:01:50 -0800 |
| commit | caadf9bd2b05ca43cd51b0f880761c1330ef3e19 (patch) | |
| tree | 207f354e43c3724033c0312d8b31784f8cdb49ee /StoneIsland/www/js/lib/account/ProfileView.js | |
| parent | b6e73d3c1af0fc929916c9e4d63d125a96cbb996 (diff) | |
rm dataprofiling2 checkbox
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/account/ProfileView.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/ProfileView.js b/StoneIsland/www/js/lib/account/ProfileView.js index 2b608cb4..d36f7f38 100755 --- a/StoneIsland/www/js/lib/account/ProfileView.js +++ b/StoneIsland/www/js/lib/account/ProfileView.js @@ -17,7 +17,6 @@ var ProfileView = FormView.extend({ if (! auth.logged_in()) { return app.router.go("intro") } app.footer.show("SAVE") document.body.className = "profile" - auth.user.DataProfiling2 = auth.user.DataProfiling if (auth.user.BirthDay.match(/T/)) { auth.user.BirthDay = auth.user.BirthDay.split("T")[0] } |
