diff --git a/comment_notify.module b/comment_notify.module index 7e7b3af..ca2f251 100644 --- a/comment_notify.module +++ b/comment_notify.module @@ -134,9 +134,6 @@ function comment_notify_form_comment_form_alter(&$form, &$form_state, $form_id) $form['notify_settings']['notify_type']['#value'] = key($available_options); } - // Otherwise, the submit buttons will jump below the node preview. - $form['actions']['#weight'] = 19; - // If this is an existing comment we set the default value based on their selection last time. if ($form['cid']['#value'] != '') { $notify = comment_notify_get_notification_type($form['cid']['#value']);