From c3f21596346e9276d625e9ec62a56496092ea18f Mon Sep 17 00:00:00 2001 From: sostler Date: Fri, 26 Mar 2010 19:27:03 -0400 Subject: Added default avatar to pichat.js --- static/js/pichat.js | 1 + 1 file changed, 1 insertion(+) (limited to 'static/js') diff --git a/static/js/pichat.js b/static/js/pichat.js index f643970..b4b7c7d 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -95,6 +95,7 @@ function buildUserDiv(user) { } else { return '
' + '' + + '' + escapeHtml(user.nick) + '
'; } } -- cgit v1.2.3-70-g09d2