diff --git a/core/lib/Drupal/Core/Render/Element/RenderElement.php b/core/lib/Drupal/Core/Render/Element/RenderElement.php index 5b6e87a849..53c9327e64 100644 --- a/core/lib/Drupal/Core/Render/Element/RenderElement.php +++ b/core/lib/Drupal/Core/Render/Element/RenderElement.php @@ -343,7 +343,6 @@ public static function preRenderAjaxForm($element) { } } - $element['#attached']['library'][] = 'core/internal.jquery.form'; $element['#attached']['library'][] = 'core/drupal.ajax';