Index: players/jw_player_4.x.inc =================================================================== --- players/jw_player_4.x.inc (revision 895) +++ players/jw_player_4.x.inc (revision 908) @@ -309,7 +309,7 @@ $form['playback']['param_allowfullscreen'] = array( '#title' => t('Allow fullscreen'), '#type' => 'checkbox', - '#return_value' => 'always', + '#return_value' => 'true', '#default_value' => $config['param_allowfullscreen'], '#description' => t('Enable fullscreen display'), ); @@ -400,7 +400,7 @@ $form['playback' ]['param_allowscriptaccess'] = array( '#title' => t('Enable javascript'), '#type' => 'checkbox', - '#return_value' => 'true', + '#return_value' => 'always', '#default_value' => $config['param_allowscriptaccess'] ? $config['param_allowscriptaccess'] : true, '#description' => t('You can allow javascript access to the player. Default is on. You need this for recommended content '), );