diff options
| author | root <root@lalalizard.com> | 2012-12-12 12:19:29 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-12 12:19:29 -0500 |
| commit | 8d1b1d491beb6a4d1ce642eed451e713a701aff3 (patch) | |
| tree | 928eb972b5df3882e732b080a276c2e4f8ac9785 /frontend/static/js | |
| parent | 7868913094a455c01af94f40ab6cd568c64ea546 (diff) | |
annotate profile.js with userprofile object values
Diffstat (limited to 'frontend/static/js')
| -rw-r--r-- | frontend/static/js/profile.js | 4 |
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) |
