summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-07-07 17:56:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-07-07 17:56:42 +0000
commit893fba439bd0fa2d17075715a383a374ff2a4cc6 (patch)
treea24ac38afa9706b106c1be59c4224f3cb79b077b /modules/system/system.module
parentd38b5b804c98a1bc7251642b412da17e1e184170 (diff)
downloadbrdo-893fba439bd0fa2d17075715a383a374ff2a4cc6.tar.gz
brdo-893fba439bd0fa2d17075715a383a374ff2a4cc6.tar.bz2
Roll-back of #749748. This broke JavaScript on node add forms, and probably elsewhere.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index bef1427d4..23ecb714f 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -279,11 +279,6 @@ 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,