forked from leftypol/leftypol
catalog-link.js: show only on thread or index, not only when not on ukko
This commit is contained in:
parent
56742a5f9a
commit
b90aa17dba
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ if (subtitle) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (active_page != 'ukko') {
|
if (active_page == 'thread' || active_page == 'index') {
|
||||||
$(document).ready(catalog);
|
$(document).ready(catalog);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue