2 small UI text mistakes in the JS section of the theme settings cause some confusion.

They mention "CSS" where they should say "JavaScript" files.

$form['js']['nuke']['stripper']['mothership_js_freeform'] = array(
         '#type'          => 'textarea',
        '#title'         => t('Path to the CSS files thats gonna be stripped '),
         '#default_value' => theme_get_setting('mothership_js_freeform'),
         '#description'   => t('The whole path to the file(s) that should be removed from
        '#suffix'       => '<strong>CSS file paths, based on the modules loaded in you D
       );
CommentFileSizeAuthor
#1 mothership-ui-txt-fix-2093921-1.patch1.17 KBbatigolix
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

batigolix’s picture

Status: Needs work » Needs review
FileSize
1.17 KB

Patch to fix the issue

batigolix’s picture

Issue summary: View changes

added code

realityloop’s picture

Issue summary: View changes
Status: Needs review » Needs work

needs a reroll