diff options
| author | timb <timb@mb.local> | 2010-04-13 02:41:46 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-13 02:41:46 -0700 |
| commit | 3bd50c842e97efe87e885c3b28ad270ea390f598 (patch) | |
| tree | 9f48722998f3a187980b3ae337d629faf61dfb46 /static/js | |
| parent | c04b95ccd49a8899f7cd00224c7a2e0f7cb12e7b (diff) | |
| parent | d1d6436be3cc29d5ae47f6d129980c382365584b (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/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 7cb465d..d6af36f 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>'; } } |
