diff options
| author | Jules Laplace <jules@okfoc.us> | 2012-07-18 00:02:21 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2012-07-18 00:02:21 -0400 |
| commit | c4338d2ae878a167c409e91dea6d1783fc7e30ba (patch) | |
| tree | 1e54fac722ac3153f9180a5a8332f2b19e11c00c /static/js/src/directory.js | |
| parent | d891a7ae1b205716c086363fba17a3249a665deb (diff) | |
put away back
Diffstat (limited to 'static/js/src/directory.js')
| -rw-r--r-- | static/js/src/directory.js | 13 |
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 |
