summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-21 23:15:23 -0800
committerJules Laplace <jules@okfoc.us>2015-12-21 23:15:23 -0800
commitbed982d4cbea6752ed2fe03c3163842f2205601c (patch)
tree6a98a059fcd806c547de99565d792877633d6ce0 /StoneIsland/platforms/ios/www/js/lib/account/ProfileView.js
parent958bc0f9585c741a3147dee368c09254a1717d69 (diff)
build ios
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]
}