From 98d26d7191e773e919429d55c70fb3ebcc2a079a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 1 Jan 2015 21:51:57 -0800 Subject: [PATCH] Revert "Add link from native catalog to 4chan X catalog. #247" This reverts commit 171a82f1430bb1fe3b58a8cc696f3545082f387b. --- src/Miscellaneous/CatalogLinks.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Miscellaneous/CatalogLinks.coffee b/src/Miscellaneous/CatalogLinks.coffee index ae7f867ce..a788657c1 100755 --- a/src/Miscellaneous/CatalogLinks.coffee +++ b/src/Miscellaneous/CatalogLinks.coffee @@ -10,11 +10,6 @@ CatalogLinks = switch link.pathname when "/#{g.BOARD}/" then link.href = CatalogLinks.index() when "/#{g.BOARD}/catalog" then link.href = CatalogLinks.catalog() - if g.VIEW is 'catalog' and Conf['JSON Navigation'] and Conf['Use 4chan X Catalog'] - catalogLink = link.parentNode.cloneNode true - catalogLink.firstElementChild.textContent = '4chan X Catalog' - catalogLink.firstElementChild.href = CatalogLinks.catalog() - $.after link.parentNode, [$.tn(' '), catalogLink] return return unless Conf['Catalog Links']