diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-02-24 08:04:03 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-02-24 08:04:03 -0500 |
| commit | 10e5c6b24b63e5a83922058d47380577808b8d3e (patch) | |
| tree | 0cfaf9ce7ea312c7d2f084c2f5626ac421a9d9e3 /static/js/pichat.js | |
| parent | af3d49a9c3092f600e62a66cc78a462ef9a70e7e (diff) | |
Added avatar uploading, images to logs
Diffstat (limited to 'static/js/pichat.js')
| -rwxr-xr-x | static/js/pichat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 566bd10..92d24a1 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -241,7 +241,6 @@ function initChat() { } function initProfile() { - jQuery(".linkify").each(function() { var text = jQuery(this).text(); jQuery(this).html(linkify(text)); |
