mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 04:13:49 +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);
|
$(document).ready(catalog);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user