XylotrechusZ
XylotrechusZ Shell
: /home/matthif/www/wp-content/plugins/advanced-gutenberg/assets/blocks/advaccordion/ [ drwxr-xr-x ]
jQuery(document).ready(function($){
$(".advgb-accordion-wrapper").each(function() {
$(this).accordion({
header: "> div > .advgb-accordion-header",
heightStyle: "content",
collapsible: true,
active: $(this).data("collapsed") ? false : 0,
});
});
});