catalog-link.js: show only on thread or index, not only when not on ukko

This commit is contained in:
czaks 2014-01-06 03:35:07 +01:00
parent 56742a5f9a
commit b90aa17dba

View File

@ -47,6 +47,6 @@ if (subtitle) {
}
}
if (active_page != 'ukko') {
if (active_page == 'thread' || active_page == 'index') {
$(document).ready(catalog);
}