diff --git a/src/General/Navigate.coffee b/src/General/Navigate.coffee index 7dc0564dc..32a5f9c0e 100644 --- a/src/General/Navigate.coffee +++ b/src/General/Navigate.coffee @@ -39,7 +39,6 @@ Navigate = QuoteBacklink.containers = {} $.rmAll $('.board') - Index.pagelist.hidden = true features: [ ['Thread Excerpt', ThreadExcerpt] diff --git a/src/General/css/style.css b/src/General/css/style.css index 0b7f45792..6e246182e 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -480,7 +480,8 @@ div.center:not(.ad-cnt) { /* Index */ :root.index-loading .navLinks, :root.index-loading .board, -:root.index-loading .pagelist { +:root.index-loading .pagelist, +:root.thread .pagelist { display: none; } #index-search {