« get me outta code hell

content, css, test: refactor image layout once again - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/client3.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-13 16:56:33 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-13 16:56:33 -0400
commitafd52b5db6436e86eefd8a1c090e1e656ca35c6a (patch)
treef4783dbc57cd5fa0ed971f9a2b19ea25dfc5a7c0 /src/static/client3.js
parent58692c5544781c0fb50f7ab112be7eb38a188ae6 (diff)
content, css, test: refactor image layout once again
Diffstat (limited to 'src/static/client3.js')
-rw-r--r--src/static/client3.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/static/client3.js b/src/static/client3.js
index 865aa78..51b1e7d 100644
--- a/src/static/client3.js
+++ b/src/static/client3.js
@@ -205,9 +205,7 @@ function getScriptedLinkReferences() {
     document.querySelectorAll('[data-random]');
 
   scriptedLinkInfo.revealLinks =
-    document.querySelectorAll(
-      '.reveal .image-container > .image-link, ' +
-      '.reveal .image-container > .image-inner-area');
+    document.querySelectorAll('.reveal .image-outer-area > *');
 
   scriptedLinkInfo.revealContainers =
     Array.from(scriptedLinkInfo.revealLinks)