$()

in server/src/main/resources/buildServerResources/torrentLinks.js [13:17]


      $(document).on("bs.subtreeLoaded", function(event, elem, options) {
        if (options && options.artifact && options.buildId) {
          that._injectTorrentLinks(elem, options.buildId);
        }
      });