From e8142b2742433ea26f6434e5933cddea8b4711c2 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Thu, 4 Mar 2010 23:03:31 -0500 Subject: initial directory --- static/js/pichat.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/js') diff --git a/static/js/pichat.js b/static/js/pichat.js index b322ae9..fd33729 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -456,4 +456,11 @@ function blinkStart(){ function blinkStop(){ clearInterval(blinkTimer); +} + +function initDirectory() { + $(".linkify").each(function() { + var text = jQuery(this).text(); + jQuery(this).html(linkify(text)); + }); } \ No newline at end of file -- cgit v1.2.3-70-g09d2