summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/system/js/system.modules.js
diff options
context:
space:
mode:
authorDave Long <dave@longwaveconsulting.com>2024-01-12 10:37:42 +0000
committerDave Long <dave@longwaveconsulting.com>2024-01-12 10:37:42 +0000
commit9089e7a939e25048a7904bf0caa3c2bf78c3973a (patch)
treedb56fd3ad171652baf1c47dbfbbdd0b4481009fc /core/modules/system/js/system.modules.js
parent16552b02a3d1d66d224bd5888408017a5d93bf58 (diff)
downloaddrupal-9089e7a939e25048a7904bf0caa3c2bf78c3973a.tar.gz
drupal-9089e7a939e25048a7904bf0caa3c2bf78c3973a.zip
Issue #3413984 by quietone: Simple fixes for words with prefix of 'de' or 're'
Diffstat (limited to 'core/modules/system/js/system.modules.js')
-rw-r--r--core/modules/system/js/system.modules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/system/js/system.modules.js b/core/modules/system/js/system.modules.js
index 9c3d52696f35..5a166d84f1f6 100644
--- a/core/modules/system/js/system.modules.js
+++ b/core/modules/system/js/system.modules.js
@@ -62,7 +62,7 @@
// Note that we first open all <details> to be able to use ':visible'.
// Mark the <details> elements that were closed before filtering, so
- // they can be reclosed when filtering is removed.
+ // they can be closed again when filtering is removed.
$details
.not('[open]')
.attr('data-drupal-system-state', 'forced-open');