diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 21fbb2d32..26efc222b 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -56,6 +56,7 @@ Index = $.extend @navLinks, <%= importHTML('Features/Index-navlinks') %> $('.returnlink a', @navLinks).href = CatalogLinks.index() $('.cataloglink a', @navLinks).href = CatalogLinks.catalog() + $('.archlistlink', @navLinks).hidden = true if g.BOARD.ID is 'b' @searchInput = $ '#index-search', @navLinks @hideLabel = $ '#hidden-label', @navLinks @selectMode = $ '#index-mode', @navLinks diff --git a/src/General/html/Features/Index-navlinks.html b/src/General/html/Features/Index-navlinks.html index 521b04eba..ae921b516 100644 --- a/src/General/html/Features/Index-navlinks.html +++ b/src/General/html/Features/Index-navlinks.html @@ -1,5 +1,6 @@ Return Catalog +Archive Bottom