summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-15 02:59:01 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-15 02:59:01 +0000
commitbfdca3859e2eb8bb1cad1caa3a573d1b2dda56a9 (patch)
treebc69a968bb87d700b5d5e11c6673235ad3205ba4 /modules/system/system.module
parent40ced83cb344c33aed8122d2d420dee638f4b5e2 (diff)
downloadbrdo-bfdca3859e2eb8bb1cad1caa3a573d1b2dda56a9.tar.gz
brdo-bfdca3859e2eb8bb1cad1caa3a573d1b2dda56a9.tar.bz2
#954804 follow-up by ksenzee, mfer: Add missing dependency on jquery.cookie for jquery.form.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 1d60e625f..c58297db9 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1190,6 +1190,9 @@ function system_library() {
'js' => array(
'misc/jquery.form.js' => array(),
),
+ 'dependencies' => array(
+ array('system', 'jquery.cookie'),
+ ),
);
// jQuery BBQ plugin.