From 9b90698d59a7552b2d014379cd37d926ba1e8a64 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 12 Apr 2014 23:58:57 -0700 Subject: [PATCH] move page list hiding to CSS --- src/General/Navigate.coffee | 1 - src/General/css/style.css | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {