summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),
),
);