diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-09 03:39:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-09 03:39:44 +0000 |
commit | 972d2fed4d5951e7f87af3811c8a01ff559a855d (patch) | |
tree | e1fea4dddeb150909b41bd123c745acb5ffee63e /modules/system/system.module | |
parent | 7e8b9f8093af5267be20b068ed436dbb603c4cfd (diff) | |
download | brdo-972d2fed4d5951e7f87af3811c8a01ff559a855d.tar.gz brdo-972d2fed4d5951e7f87af3811c8a01ff559a855d.tar.bz2 |
- Patch #721400 by pwolanin: order JS files according to weight, don't change filenames for aggregated JS/CSS.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index c95003aa1..40bad7573 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1078,7 +1078,7 @@ function system_library() { 'website' => 'http://benalman.com/projects/jquery-bbq-plugin/', 'version' => '1.0.2', 'js' => array( - 'misc/jquery.ba-bbq.js', + 'misc/jquery.ba-bbq.js' => array(), ), ); |