summaryrefslogtreecommitdiff
path: root/modules/user
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/user
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/user')
-rw-r--r--modules/user/user.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc
index 123d0c1e0..effc964be 100644
--- a/modules/user/user.admin.inc
+++ b/modules/user/user.admin.inc
@@ -99,7 +99,7 @@ function user_filter_form() {
);
}
- drupal_add_js('misc/form.js');
+ drupal_add_library('system', 'drupal.form');
return $form;
}