From 972d2fed4d5951e7f87af3811c8a01ff559a855d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 9 Mar 2010 03:39:44 +0000 Subject: - Patch #721400 by pwolanin: order JS files according to weight, don't change filenames for aggregated JS/CSS. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') 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(), ), ); -- cgit v1.2.3