summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-01-21 10:06:29 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-01-21 10:06:29 -0800
commit7e074f9ee7fa6b8483d05d6e10cb2596f5294945 (patch)
tree3ca408c6502f81eeff1f405080f1eaca86b25f9e
parent14a6ec5b916f706d154504ba90464cd76821ed58 (diff)
downloadbrdo-7e074f9ee7fa6b8483d05d6e10cb2596f5294945.tar.gz
brdo-7e074f9ee7fa6b8483d05d6e10cb2596f5294945.tar.bz2
Issue #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is not being included when 'Aggregate JavaScript files' is used.
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 3b9b09ffe..e1c37cd5c 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1115,7 +1115,7 @@ function system_library() {
'title' => 'Drupal progress indicator',
'version' => VERSION,
'js' => array(
- 'misc/progress.js' => array('group' => JS_DEFAULT, 'cache' => FALSE),
+ 'misc/progress.js' => array('group' => JS_DEFAULT),
),
);