diff --git a/views_slideshow_plugin_style_slideshow.inc b/views_slideshow_plugin_style_slideshow.inc index 309ddfe..7960da7 100644 --- a/views_slideshow_plugin_style_slideshow.inc +++ b/views_slideshow_plugin_style_slideshow.inc @@ -199,7 +199,7 @@ class views_slideshow_plugin_style_slideshow extends views_plugin_style_list { '#description' => t('Determines in what order the !name appears. A lower weight will cause the !name to be above higher weight items.', array('!name' => $widget_info['name'])), '#states' => array( 'visible' => array( - ':input[name="style_options[widgets][' . $location_id . '][' . $widget_id . '][enable]"]' => array('value' => $module), + ':input[name="style_options[widgets][' . $location_id . '][' . $widget_id . '][enable]"]' => array('checked' => TRUE), ), ), );