summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-22 01:26:29 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-22 01:26:29 -0600
commitc8ea1aef25e28665478b9d94c4f63d26cda784b1 (patch)
tree2bc079dac25e40c5f818be8f698ccc1594d4bc9f /StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js
parent89b39c69c00c180287912f4777ea2ec487fa6412 (diff)
parentbed982d4cbea6752ed2fe03c3163842f2205601c (diff)
Merge branch 'android' of https://github.com/okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/account/ProfileView.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js b/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js
index 2b608cb4..d36f7f38 100755
--- a/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js
+++ b/StoneIsland/platforms/ios/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]
}