summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-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,