I broke hiding the carousel form when I fixed hiding the carousel.
Line 509 in includes/admin.config.inc
':input[name="jcarousel_min"]' => array('value' => 0),
Should be
':input[name="jcarousel_min"]' => array('value' => 999),
I'll patch it
I broke hiding the carousel form when I fixed hiding the carousel.
Line 509 in includes/admin.config.inc
':input[name="jcarousel_min"]' => array('value' => 0),
Should be
':input[name="jcarousel_min"]' => array('value' => 999),
I'll patch it