From c4338d2ae878a167c409e91dea6d1783fc7e30ba Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 18 Jul 2012 00:02:21 -0400 Subject: put away back --- static/js/src/directory.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/js/src/directory.js (limited to 'static/js/src/directory.js') 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 -- cgit v1.2.3-70-g09d2