diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-12 17:25:45 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-12 17:25:45 -0400 |
| commit | 4f0c97c6c4d1bbfa4fbbc04f60b8b91dc9dfe270 (patch) | |
| tree | d0481345b5cbd82fcbf77cf3a351a074bf0c09c4 /static/js/pichat.js | |
| parent | e6138a8f40e831c8ef561008992b2cb84d001414 (diff) | |
| parent | d1d6436be3cc29d5ae47f6d129980c382365584b (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index e753195..888e93b 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -198,7 +198,7 @@ function buildUserDiv(user) { } else { return '<div class="username">' + '<a href="/u/' + escapeHtml(user.nick) + '" target="_blank">' - + '<img src="/static/noinfo.png" width="50" height="50">' + + '<img src="/static/img/noinfo.png" width="50" height="50">' + escapeHtml(user.nick) + '</a></div>'; } } |
