diff --git a/core/core.libraries.yml b/core/core.libraries.yml index 7b9ff78c580..bc3cb3713b8 100644 --- a/core/core.libraries.yml +++ b/core/core.libraries.yml @@ -251,6 +251,7 @@ drupal.tableselect: dependencies: - core/drupal - core/jquery + - core/jquery.once drupal.timezone: version: VERSION @@ -258,6 +259,7 @@ drupal.timezone: misc/timezone.js: {} dependencies: - core/jquery + - core/jquery.once - core/drupal drupal.vertical-tabs: @@ -270,6 +272,7 @@ drupal.vertical-tabs: misc/vertical-tabs.css: {} dependencies: - core/jquery + - core/jquery.once - core/drupal - core/drupalSettings - core/drupal.form diff --git a/core/modules/comment/comment.libraries.yml b/core/modules/comment/comment.libraries.yml index b4cd2a43047..ac1ba10c674 100644 --- a/core/modules/comment/comment.libraries.yml +++ b/core/modules/comment/comment.libraries.yml @@ -22,6 +22,7 @@ drupal.comment-new-indicator: js/comment-new-indicator.js: {} dependencies: - core/jquery + - core/jquery.once - core/drupal - history/drupal.history - core/drupal.displace @@ -32,5 +33,6 @@ drupal.node-new-comments-link: js/node-new-comments-link.js: {} dependencies: - core/jquery + - core/jquery.once - core/drupal - history/drupal.history diff --git a/core/modules/edit/edit.libraries.yml b/core/modules/edit/edit.libraries.yml index 053eeb0c3a8..34f49551d43 100644 --- a/core/modules/edit/edit.libraries.yml +++ b/core/modules/edit/edit.libraries.yml @@ -28,6 +28,7 @@ edit: css/edit.icons.css: {} dependencies: - core/jquery + - core/jquery.once - core/underscore - core/backbone - core/jquery.form diff --git a/core/modules/editor/editor.libraries.yml b/core/modules/editor/editor.libraries.yml index fc76ec8b46b..faeb5d8f92a 100644 --- a/core/modules/editor/editor.libraries.yml +++ b/core/modules/editor/editor.libraries.yml @@ -4,6 +4,7 @@ drupal.editor.admin: js/editor.admin.js: {} dependencies: - core/jquery + - core/jquery.once - core/drupal drupal.editor: diff --git a/core/modules/file/file.libraries.yml b/core/modules/file/file.libraries.yml index 1cb5e0695ce..ccc0c3b95a6 100644 --- a/core/modules/file/file.libraries.yml +++ b/core/modules/file/file.libraries.yml @@ -7,5 +7,6 @@ drupal.file: css/file.admin.css: {} dependencies: - core/jquery + - core/jquery.once - core/drupal - core/drupalSettings diff --git a/core/modules/node/node.libraries.yml b/core/modules/node/node.libraries.yml index 28131b5f5e3..b64102238de 100644 --- a/core/modules/node/node.libraries.yml +++ b/core/modules/node/node.libraries.yml @@ -14,6 +14,7 @@ drupal.node.preview: node.preview.js: {} dependencies: - core/jquery + - core/jquery.once - core/drupal drupal.content_types: diff --git a/core/modules/tour/tour.libraries.yml b/core/modules/tour/tour.libraries.yml index 9df894ccf85..9e573988c9d 100644 --- a/core/modules/tour/tour.libraries.yml +++ b/core/modules/tour/tour.libraries.yml @@ -4,6 +4,7 @@ tour: js/tour.js: {} dependencies: - core/jquery + - core/jquery.once - core/drupal - core/backbone - core/jquery.joyride diff --git a/core/modules/user/user.libraries.yml b/core/modules/user/user.libraries.yml index b5458d0ece6..c32a17165fb 100644 --- a/core/modules/user/user.libraries.yml +++ b/core/modules/user/user.libraries.yml @@ -16,6 +16,7 @@ drupal.user.permissions: user.permissions.js: {} dependencies: - core/jquery + - core/jquery.once - core/drupal - core/drupalSettings