From b1177ba603e3fe62c568a9a236cc371aefafc2dc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 30 Nov 2010 17:16:37 +0000 Subject: - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be registered as a library. --- modules/openid/openid.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openid') diff --git a/modules/openid/openid.module b/modules/openid/openid.module index 3e1b2c96b..0ab7c7065 100644 --- a/modules/openid/openid.module +++ b/modules/openid/openid.module @@ -137,7 +137,7 @@ function openid_form_user_login_alter(&$form, &$form_state) { function _openid_user_login_form_alter(&$form, &$form_state) { $form['#attached']['css'][] = drupal_get_path('module', 'openid') . '/openid.css'; $form['#attached']['js'][] = drupal_get_path('module', 'openid') . '/openid.js'; - $form['#attached']['library'][] = array('system', 'cookie'); + $form['#attached']['library'][] = array('system', 'jquery.cookie'); if (!empty($form_state['input']['openid_identifier'])) { $form['name']['#required'] = FALSE; $form['pass']['#required'] = FALSE; -- cgit v1.2.3