summaryrefslogtreecommitdiff
path: root/static/js/src/directory.js
blob: a7b51ff21822b347ba6bd6f93d5c38d21344f1d2 (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-hump .thumb', '.dlogged-hump');
}

// See log.js