in hive/scaladocs/lib/index.js [524:532]
function kindFilterSync() {
if (kindFilterState == "all" || focusFilterState != null) {
$("#tpl a.packhide").text('hide');
$("#tpl ol.templates").show();
} else {
$("#tpl a.packhide").text('show');
$("#tpl ol.templates").hide();
}
}