Issue #2080019 by mrsinguyen: Remove Unused local variable $js_hide from /core/modules/system/lib/Drupal/system/Form/PerformanceForm.php.

8.0.x
Alex Pott 2013-09-29 14:51:11 +02:00
parent 2d68210497
commit c3ec94f76e
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ class PerformanceForm extends ConfigFormBase {
'#description' => t('External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.') . $disabled_message,
);
$js_hide = ($config->get('cache.page.max_age') > 0) ? '' : ' class="js-hide"';
$form['bandwidth_optimization']['page_compression'] = array(
'#type' => 'checkbox',
'#title' => t('Compress cached pages.'),