summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 17:19:50 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 17:19:50 +0000
commit277a15248f4e1e457974a2ed74cebc5de3a26ce3 (patch)
treed95c7747704cba3ee79dfb4138ea5f8d6e9dfec9 /modules
parent7f2ca820752f7330114db7256b14a78cc4bad85c (diff)
downloadbrdo-277a15248f4e1e457974a2ed74cebc5de3a26ce3.tar.gz
brdo-277a15248f4e1e457974a2ed74cebc5de3a26ce3.tar.bz2
#183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS aggregation; update help text to that effect
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index efa316a69..c8a558696 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1305,7 +1305,7 @@ function system_performance_settings() {
$form['bandwidth_optimizations'] = array(
'#type' => 'fieldset',
'#title' => t('Bandwidth optimizations'),
- '#description' => t('<p>Drupal can automatically aggregate and compress external resources like CSS and JavaScript into a single cached file. This can help reduce both the size and number of requests made to your website, and ultimately, may reduce server load, bandwidth requirements, and page loading times.</p><p>These options are disabled if you have not set up your files directory, or if your download method is set to private.</p>')
+ '#description' => t('<p>Drupal can automatically optimize external resources like CSS and JavaScript, which can reduce both the size and number of requests made to your website. CSS files can be aggregated and compressed into a single file, while JavaScript files are aggregated (but not compressed). These optional optimizations may reduce server load, bandwidth requirements, and page loading times.</p><p>These options are disabled if you have not set up your files directory, or if your download method is set to private.</p>')
);
$directory = file_directory_path();