diff options
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); }); |