This file is indexed.

/usr/share/hotot/js/mochi.js is in hotot-common 1:0.9.8.14-2.

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

The actual contents of the file can be viewed below.

1
2
// Generated by CoffeeScript 1.3.1
(function(){$(document).ready(function(){return $(".mochi_toggle").click(function(){$(this).attr("checked",this.checked)}),$(".mochi_button_group_item").click(function(){var a;return a=$(this).attr("name"),$(".mochi_button_group_item[name="+a+"]").not(this).removeClass("selected"),$(this).addClass("selected")})})}).call(this);