diff options
| author | sostler <sbostler@gmail.com> | 2010-04-12 17:22:46 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-12 17:22:46 -0400 |
| commit | d1d6436be3cc29d5ae47f6d129980c382365584b (patch) | |
| tree | 073e4a4a58223c98f661b23875c973c0405b70c9 /static/js/pichat.js | |
| parent | 63b137218d6192a4e8cf43cb884090cfa700a571 (diff) | |
Updated noinfo.png reference
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>'; } } |
