From 4b51ea0eb70699285e1b6d6432b07722c793c57a Mon Sep 17 00:00:00 2001 From: sostler Date: Sun, 3 Jan 2010 18:26:23 -0500 Subject: Work checkin --- static/pichat.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'static/pichat.js') diff --git a/static/pichat.js b/static/pichat.js index 435dc0d..81882fe 100755 --- a/static/pichat.js +++ b/static/pichat.js @@ -35,9 +35,14 @@ function buildMessageDiv(msg) { } function buildUserDiv(user) { - return '
' + + if (user.avatar) { + return ''; + } else { + return ''; + } } function handleMsgError(resp) { -- cgit v1.2.3-70-g09d2