« get me outta code hell

content: generateArtTagGalleryPage: combine featuring/showing lines - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-03-03 08:16:43 -0400
committer(quasar) nebula <qznebula@protonmail.com>2026-03-03 08:17:12 -0400
commitbb296e0b91cb3037d27a742d8939dd2bde6f1833 (patch)
tree0d9a488fc7a38a6202512143e21fd885c2ffddf1 /src/static
parent2f5383136c4d8232204546dcd89f8cd0b02347e4 (diff)
content: generateArtTagGalleryPage: combine featuring/showing lines preview
Diffstat (limited to 'src/static')
-rw-r--r--src/static/js/client/art-tag-gallery-filter.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/js/client/art-tag-gallery-filter.js b/src/static/js/client/art-tag-gallery-filter.js
index f74f640e..b7fff70d 100644
--- a/src/static/js/client/art-tag-gallery-filter.js
+++ b/src/static/js/client/art-tag-gallery-filter.js
@@ -140,8 +140,8 @@ export function addPageListeners() {
       currentFeaturedLine.style.display = 'none';
       currentShowingLine.style.display = 'none';
 
-      nextFeaturedLine.style.display = 'block';
-      nextShowingLine.style.display = 'block';
+      nextFeaturedLine.style.display = 'inline';
+      nextShowingLine.style.display = 'inline';
 
       filterArtTagGallery(nextShowing);
     });