summaryrefslogtreecommitdiff
path: root/frontend/static/js
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-12 12:19:29 -0500
committerroot <root@lalalizard.com>2012-12-12 12:19:29 -0500
commit8d1b1d491beb6a4d1ce642eed451e713a701aff3 (patch)
tree928eb972b5df3882e732b080a276c2e4f8ac9785 /frontend/static/js
parent7868913094a455c01af94f40ab6cd568c64ea546 (diff)
annotate profile.js with userprofile object values
Diffstat (limited to 'frontend/static/js')
-rw-r--r--frontend/static/js/profile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/static/js/profile.js b/frontend/static/js/profile.js
index d545e8b..cf20985 100644
--- a/frontend/static/js/profile.js
+++ b/frontend/static/js/profile.js
@@ -242,11 +242,11 @@ var Settings =
},
init: function ()
{
- if (userProfile[6])
+ if (userProfile[6]) // bio
{
Settings.bio = userProfile[6]
}
- if (userProfile[7])
+ if (userProfile[7]) // settings
{
var lines = userProfile[7].split("\n")
for (i in lines)