« get me outta code hell

client: additional-names-box: matches -> where - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-09 06:26:03 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-09 06:26:03 -0300
commit9f7261e6cb3c4443b1fe930ab6d2747a3213cb7e (patch)
treefca396976e733afc6d0c67b5e9b49db415113971 /src
parentf1dcfd613ad7e868a320e3a69c1e39796c1494d4 (diff)
client: additional-names-box: matches -> where
Diffstat (limited to 'src')
-rw-r--r--src/static/js/client/additional-names-box.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/client/additional-names-box.js b/src/static/js/client/additional-names-box.js
index 4ebb5dfc..195ba25d 100644
--- a/src/static/js/client/additional-names-box.js
+++ b/src/static/js/client/additional-names-box.js
@@ -33,7 +33,7 @@ export function getPageReferences() {
       '.content-sticky-heading-container' +
       ' ' +
       'a[href="#additional-names-box"]' +
-      ':not(:matches([inert] *))');
+      ':not(:where([inert] *))');
 
   info.contentContainer =
     document.querySelector('#content');