diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2009-12-21 16:55:25 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2009-12-21 16:55:25 -0500 |
| commit | 2e3b548249968e8e83ef5f78d81e82064c8e6420 (patch) | |
| tree | c4edd10e254bc8f384a607ea3bd34ddd0dfb4708 /static/pichat.js | |
| parent | 5a8312ca25868679df1acb3b3fc208482460ee0e (diff) | |
Lotta changes
Diffstat (limited to 'static/pichat.js')
| -rwxr-xr-x | static/pichat.js | 2 |
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 |
