This file is indexed.

/usr/share/pyshared/mastertickets/htdocs/disable_resolve.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() {
   $("#action_resolve_resolve_resolution option[text='fixed']").attr('disabled', 'disabled').removeAttr('selected');
});