diff options
Diffstat (limited to 'frontend')
| -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) |
