diff --git a/src/Miscellaneous/CatalogLinks.coffee b/src/Miscellaneous/CatalogLinks.coffee index e51b853dc..faf1059bb 100755 --- a/src/Miscellaneous/CatalogLinks.coffee +++ b/src/Miscellaneous/CatalogLinks.coffee @@ -1,6 +1,6 @@ CatalogLinks = init: -> - if Conf['External Catalog'] or Conf['JSON Navigation'] + if (Conf['External Catalog'] or Conf['JSON Navigation']) and !(Conf['JSON Navigation'] and g.VIEW is 'index') selector = switch g.VIEW when 'thread' then '.navLinks.desktop > a' when 'catalog' then '.navLinks > :first-child > a'