Browse Source

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

pull/40/head
czaks 10 years ago
parent
commit
b90aa17dba
  1. 2
      js/catalog-link.js

2
js/catalog-link.js

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

Loading…
Cancel
Save