diff options
| 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 |
| commit | bb296e0b91cb3037d27a742d8939dd2bde6f1833 (patch) | |
| tree | 0d9a488fc7a38a6202512143e21fd885c2ffddf1 /src/static/js | |
| parent | 2f5383136c4d8232204546dcd89f8cd0b02347e4 (diff) | |
content: generateArtTagGalleryPage: combine featuring/showing lines preview
Diffstat (limited to 'src/static/js')
| -rw-r--r-- | src/static/js/client/art-tag-gallery-filter.js | 4 |
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); }); |