Issue #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is not being included when 'Aggregate JavaScript files' is used.

merge-requests/26/head
webchick 2012-01-21 10:06:29 -08:00
parent 14a6ec5b91
commit 7e074f9ee7
1 changed files with 1 additions and 1 deletions

View File

@ -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),
),
);