From c3ec94f76e3dba7fd27706aff0c3954f952c4eb3 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 29 Sep 2013 14:51:11 +0200 Subject: [PATCH] Issue #2080019 by mrsinguyen: Remove Unused local variable $js_hide from /core/modules/system/lib/Drupal/system/Form/PerformanceForm.php. --- core/modules/system/lib/Drupal/system/Form/PerformanceForm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/system/lib/Drupal/system/Form/PerformanceForm.php b/core/modules/system/lib/Drupal/system/Form/PerformanceForm.php index 8ae03822eee..ff4e8fd0a8b 100644 --- a/core/modules/system/lib/Drupal/system/Form/PerformanceForm.php +++ b/core/modules/system/lib/Drupal/system/Form/PerformanceForm.php @@ -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.'),