From 8ad1bb3981936764c8f534659abf52367ccd111b Mon Sep 17 00:00:00 2001 From: tim b Date: Sun, 30 May 2010 02:10:49 -0700 Subject: make directory display use buildmsgcontent --- static/js/pichat.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/js/pichat.js b/static/js/pichat.js index 6046e86..f197079 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -754,11 +754,11 @@ function blinkStop(){ clearInterval(blinkTimer); } -function initDirectory() { - $(".linkify").each(function() { - var text = jQuery(this).text(); - jQuery(this).html(linkify(text)); - }); +function initDirectory() { + $('.linkify').each(function() { + var t = $(this); + t.html(buildMsgContent(t.text())); + }); } //big hand stuff -- cgit v1.2.3-70-g09d2