From 7e074f9ee7fa6b8483d05d6e10cb2596f5294945 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 21 Jan 2012 10:06:29 -0800 Subject: Issue #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is not being included when 'Aggregate JavaScript files' is used. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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), ), ); -- cgit v1.2.3