From 47b8bec8e290a05af368d05deb7fb0cc98ef0292 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Jul 2010 01:14:18 +0000 Subject: - Patch #749748 by mavimo, Dave Reid: contact and comment modules do not prefill with user info from cookie. --- modules/system/system.module | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 23ecb714f..bef1427d4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -279,6 +279,11 @@ function system_element_info() { '#method' => 'post', '#action' => request_uri(), '#theme_wrappers' => array('form'), + '#attached' => array( + 'js' => array( + 'misc/form.js' => array('weight' => JS_LIBRARY + 1), + ), + ), ); $types['page'] = array( '#show_messages' => TRUE, -- cgit v1.2.3