summaryrefslogtreecommitdiff
path: root/static/pichat.js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2009-12-21 16:55:25 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2009-12-21 16:55:25 -0500
commit2e3b548249968e8e83ef5f78d81e82064c8e6420 (patch)
treec4edd10e254bc8f384a607ea3bd34ddd0dfb4708 /static/pichat.js
parent5a8312ca25868679df1acb3b3fc208482460ee0e (diff)
Lotta changes
Diffstat (limited to 'static/pichat.js')
-rwxr-xr-xstatic/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/pichat.js b/static/pichat.js
index 826bcba..14af670 100755
--- a/static/pichat.js
+++ b/static/pichat.js
@@ -15,7 +15,7 @@ function escapeHtml(txt) {
}
function buildUserDiv(user) {
- return '<div>' + escapeHtml(user) + '</div>';
+ return '<div class="username"><img src="/static/cat.jpeg" width="50" height="50">' + escapeHtml(user) + '</div>';
}
// http://stackoverflow.com/questions/37684/replace-url-with-html-links-javascript