diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-04 23:03:31 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-04 23:03:31 -0500 |
| commit | e8142b2742433ea26f6434e5933cddea8b4711c2 (patch) | |
| tree | b871835914a46c3d6414c8ff5fc979e60344c606 /static/js/pichat.js | |
| parent | 137fd71eced7732550f448dc42e2422340241d7b (diff) | |
initial directory
Diffstat (limited to 'static/js/pichat.js')
| -rwxr-xr-x | static/js/pichat.js | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
