From 14172c00f070bf1b5f6f29bc5f4d1339fdf3117b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 20 Sep 2014 18:26:14 -0700 Subject: [PATCH] fix index-only header links --- src/Miscellaneous/CatalogLinks.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/CatalogLinks.coffee b/src/Miscellaneous/CatalogLinks.coffee index 8649a5e7c..cff23dfe8 100755 --- a/src/Miscellaneous/CatalogLinks.coffee +++ b/src/Miscellaneous/CatalogLinks.coffee @@ -34,7 +34,7 @@ CatalogLinks = else (board) -> a.href = "/#{board}/#{path}" - for a in $$ """#board-list a:not(.catalog), #boardNavDesktopFoot a""" + for a in $$ """#board-list a:not([data-only]), #boardNavDesktopFoot a""" continue if a.hostname not in ['boards.4chan.org', 'catalog.neet.tv', '4index.gropes.us'] or !(board = a.pathname.split('/')[1]) or board in ['f', 'status', '4chan'] or