Forums
(@cl4u2)
13 years ago
I solved by changing in admin-interface.php
var clicked_group = jQuery(this).attr(‘href’);
into
var clicked_group = “[id='” + jQuery(this).attr(‘href’).substring(1) + “‘]”;
and in header.php deleting this line
<?php wp_head(); ?>