mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
js/catalog-link.js: disable for ukko
This commit is contained in:
parent
04013c56c1
commit
777e98ad85
@ -47,4 +47,6 @@ if (subtitle) {
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(catalog);
|
||||
if (active_page != 'ukko') {
|
||||
$(document).ready(catalog);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user