vmurphy
You can open the file: [root]/modules/mod_jak2filter/tmpl/default.php
Look for the script:
<?php if ($ja_stylesheet == 'vertical-layout' && count($list) > 1): ?>
<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function () {
jQuery("#jak2filter<?php echo $module->id;?> .accordion")
.accordion({
header: " > h4",
active: false,
autoHeight: false,
collapsible: true,
icons: {
header: "collapsed",
headerSelected: "expanded"
}
});
});
/*]]>*/
</script>
<?php endif; ?>
change to: active: false, like above