move page list hiding to CSS

This commit is contained in:
ccd0 2014-04-12 23:58:57 -07:00
parent 93178c2967
commit 9b90698d59
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,6 @@ Navigate =
QuoteBacklink.containers = {}
$.rmAll $('.board')
Index.pagelist.hidden = true
features: [
['Thread Excerpt', ThreadExcerpt]

View File

@ -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 {