diff options
| author | sostler <sbostler@gmail.com> | 2010-01-24 18:58:10 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-24 18:58:10 -0500 |
| commit | 12548ad8f1107e4dda3580124bcceb3c491adcfa (patch) | |
| tree | 9b5d78d1a329cac472fabdedb9595f8f9b596f0c /static/js/pichat.js | |
| parent | eb51bce12f0e866d09ce7df2e619820d76061af3 (diff) | |
| parent | e41bdf3a328e9984fba4cf1d6d43d96fbe3cd396 (diff) | |
commit changes from prod
Diffstat (limited to 'static/js/pichat.js')
| -rwxr-xr-x | static/js/pichat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 20d3928..1c378e2 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -153,7 +153,7 @@ function updateUI(msgs, users) { } if (users !== null) { var flattened = users.sort().join(",") - if (!('userlist' in cache) || flattened != cache.userlist) { + if (!('userlist' in cache) || flattened != cache.userlist) { $("#userList").html($.map(users, buildUserDiv).join('')); } cache.userlist = flattened |
