summaryrefslogtreecommitdiff
path: root/static/js/src/directory.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2012-07-18 00:02:21 -0400
committerJules Laplace <jules@okfoc.us>2012-07-18 00:02:21 -0400
commitc4338d2ae878a167c409e91dea6d1783fc7e30ba (patch)
tree1e54fac722ac3153f9180a5a8332f2b19e11c00c /static/js/src/directory.js
parentd891a7ae1b205716c086363fba17a3249a665deb (diff)
put away back
Diffstat (limited to 'static/js/src/directory.js')
-rw-r--r--static/js/src/directory.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/js/src/directory.js b/static/js/src/directory.js
new file mode 100644
index 0000000..51eaaa6
--- /dev/null
+++ b/static/js/src/directory.js
@@ -0,0 +1,13 @@
+
+// Called upon loading /directory
+
+function initDirectory() {
+ $('.linkify').each(function() {
+ var t = $(this);
+ t.html(buildMsgContent(t.text()));
+ });
+ Search.initInpage()
+ initLogThumb('.dlogged-dump .thumb', '.dlogged-dump');
+}
+
+// See log.js