catalog-link.js: show only on thread or index, not only when not on ukko
This commit is contained in:
parent
56742a5f9a
commit
b90aa17dba
@ -47,6 +47,6 @@ if (subtitle) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (active_page != 'ukko') {
|
if (active_page == 'thread' || active_page == 'index') {
|
||||||
$(document).ready(catalog);
|
$(document).ready(catalog);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user