summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ProfileView.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gail.com>2015-12-22 01:01:04 -0600
committerRene Ae <aehtyb@gail.com>2015-12-22 01:01:04 -0600
commit56275fcf2d133967f0f4baed9542d233e5e36ec4 (patch)
treedea2d989d194fcb1873e99d5ff5cc5d4f676fea3 /StoneIsland/www/js/lib/account/ProfileView.js
parent24aaba66007c8f3967d1336a1322ef9141f94ee4 (diff)
parent257bb9b05c261e79643515a789319d39251de961 (diff)
Merge branch 'android' of https://github.com/okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/www/js/lib/account/ProfileView.js')
-rwxr-xr-xStoneIsland/www/js/lib/account/ProfileView.js1
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]
}