This file is indexed.

/usr/share/doc/libcgi-application-plugin-authentication-perl/examples/httpdocs/js/focus.js is in libcgi-application-plugin-authentication-perl 0.20-4.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
YAHOO.util.Event.onAvailable('authen_loginfield', function(o) {
	YAHOO.util.Dom.get('authen_loginfield').focus();
}, this);
YAHOO.util.Event.onAvailable('authen_rememberuserfield', function(o) {
	YAHOO.util.Dom.get('authen_loginfield').select();
}, this);