$(function() {
  $("views-row.node.content.indent").accordion({
    header: "h4 a",
    active: false,
    autoHeight: false,
    collapsible: true,
  });
});
