This file is indexed.

/usr/share/pyshared/mastertickets/htdocs/linkify_blockedby.js is in trac-mastertickets 3.0.2+20111224-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
$(function() {
    $('td[@headers=h_blockedby]').html($('#linkified_blockedby').html());
});