summaryrefslogtreecommitdiff
path: root/static/js/src/directory.js
blob: 51eaaa6e32d9cbe67e822a7b097366fb0c73b813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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