This file is indexed.

/usr/share/doc/python-elements/js.js is in python-elements 0.13+svn20090823.230+dfsg-2.1.

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

The actual contents of the file can be viewed below.

1
2
3
4
function comments_show(c) {
    document.getElementById(c + "-comment").style.display = "none";
    document.getElementById(c + "-content").style.display = "block";
}