Fix top catalog link replacement with JSON Navigation off, External Catalog on.
This commit is contained in:
parent
fb5c530e92
commit
77b5821344
@ -4,7 +4,7 @@ CatalogLinks =
|
||||
selector = switch g.VIEW
|
||||
when 'thread', 'archive' then '.navLinks.desktop > a'
|
||||
when 'catalog' then '.navLinks > :first-child > a'
|
||||
when 'index' then '.middlead + .desktop > a, .cataloglink > a'
|
||||
when 'index' then '#ctrl-top > a, .cataloglink > a'
|
||||
$.ready ->
|
||||
for link in $$ selector
|
||||
switch link.pathname
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user