in server/src/main/resources/buildServerResources/torrentLinks.js [7:11]
$(document).on("bs.treeLoaded", function(event, elem, options) {
if (options && options.artifact && options.buildId) {
that._injectTorrentLinks(elem, options.buildId);
}
});