summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/node/content_types.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index aed87edf3..a9d4680cf 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -139,6 +139,9 @@ function node_type_form($form, &$form_state, $type = NULL) {
$form['additional_settings'] = array(
'#type' => 'vertical_tabs',
+ '#attached' => array(
+ 'js' => array(drupal_get_path('module', 'node') . '/content_types.js'),
+ ),
);
$form['submission'] = array(