From 564c5c31b9427abead9fc5337a6d16123c57941a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 4 Jan 2015 10:05:16 -0800 Subject: [PATCH] Add internal archive link to JSON index. --- src/General/Index.coffee | 1 + src/General/html/Features/Index-navlinks.html | 1 + 2 files changed, 2 insertions(+) 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