From a5541502fbb496fbbd83ccd2e8c14b7558a9ebb0 Mon Sep 17 00:00:00 2001 From: timb Date: Fri, 22 Jan 2010 07:13:41 -0800 Subject: can login from profile; plaintext pw filler; better form handling; huge cursor on sign in button --- static/js/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/pichat.js') 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 -- cgit v1.2.3-70-g09d2