diff options
author | Dave Long <dave@longwaveconsulting.com> | 2024-01-12 10:37:42 +0000 |
---|---|---|
committer | Dave Long <dave@longwaveconsulting.com> | 2024-01-12 10:37:42 +0000 |
commit | 9089e7a939e25048a7904bf0caa3c2bf78c3973a (patch) | |
tree | db56fd3ad171652baf1c47dbfbbdd0b4481009fc /core/modules/system/js/system.modules.js | |
parent | 16552b02a3d1d66d224bd5888408017a5d93bf58 (diff) | |
download | drupal-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.js | 2 |
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'); |