From bfdca3859e2eb8bb1cad1caa3a573d1b2dda56a9 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 15 Dec 2010 02:59:01 +0000 Subject: #954804 follow-up by ksenzee, mfer: Add missing dependency on jquery.cookie for jquery.form. --- modules/system/system.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/system') 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. -- cgit v1.2.3