customize javascripts to run on catalog

This commit is contained in:
czaks 2013-12-25 18:28:45 +01:00
parent 2382603b4d
commit a4d3aedab8
4 changed files with 4 additions and 1 deletions

View file

@ -71,7 +71,7 @@ $(document).ready(function(){
});
if (hide_images) {
$('img.post-image').each(hideImage);
$('img.post-image, .catalog-theme .thread img').each(hideImage);
show_hide_hide_images_buttons();
}