summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-04 23:03:31 -0500
committerScott Ostler <sostler@deathmachine.local>2010-03-04 23:03:31 -0500
commite8142b2742433ea26f6434e5933cddea8b4711c2 (patch)
treeb871835914a46c3d6414c8ff5fc979e60344c606 /static/js/pichat.js
parent137fd71eced7732550f448dc42e2422340241d7b (diff)
initial directory
Diffstat (limited to 'static/js/pichat.js')
-rwxr-xr-xstatic/js/pichat.js7
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