diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 3 |
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. |