1
0
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:
czaks 2013-08-16 10:45:43 -04:00
parent 04013c56c1
commit 777e98ad85

View File

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