Issue #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is not being included when 'Aggregate JavaScript files' is used.
parent
14a6ec5b91
commit
7e074f9ee7
|
@ -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),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue