diff --git a/jquery_update.module b/jquery_update.module index 0b4e656..92dd83c 100644 --- a/jquery_update.module +++ b/jquery_update.module @@ -180,6 +180,7 @@ function jquery_update_form_system_theme_settings_alter(&$form, $form_state) { '#type' => 'fieldset', '#title' => t('jQuery Update'), '#description' => t('You can optionally select a different version of jQuery to use for pages that are rendered using this theme. This is useful for administrative based themes.'), + '#access' => user_access('administer site configuration') && user_access('access administration pages'), ); $form['jquery_update']['jquery_update_jquery_version'] = array( '#type' => 'select',