summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-09 03:39:44 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-09 03:39:44 +0000
commit972d2fed4d5951e7f87af3811c8a01ff559a855d (patch)
treee1fea4dddeb150909b41bd123c745acb5ffee63e /modules/system
parent7e8b9f8093af5267be20b068ed436dbb603c4cfd (diff)
downloadbrdo-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')
-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 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(),
),
);