diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-02-24 08:04:03 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-02-24 08:04:03 -0500 |
| commit | 10e5c6b24b63e5a83922058d47380577808b8d3e (patch) | |
| tree | 0cfaf9ce7ea312c7d2f084c2f5626ac421a9d9e3 /static/js/home.js | |
| parent | af3d49a9c3092f600e62a66cc78a462ef9a70e7e (diff) | |
Added avatar uploading, images to logs
Diffstat (limited to 'static/js/home.js')
| -rwxr-xr-x | static/js/home.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/js/home.js b/static/js/home.js index 60b5d07..e9be833 100755 --- a/static/js/home.js +++ b/static/js/home.js @@ -152,7 +152,8 @@ function login() { var onSuccess = function(json) { location.href = location.href; if (typeof pageTracker !== 'undefined') { - pageTracker._setCustomVar(1, "logged-in", nick, + pageTracker._setCustomVar(1, "logged-in", nick); + } }; var onError = function(resp, textStatus, errorThrown) { |
