mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user