Browse Source

Fix multi image support for the catalog

main
Equus 7 years ago
committed by discomrade
parent
commit
9ad8b61d78
  1. 2
      js/multi-image.js

2
js/multi-image.js

@ -29,6 +29,6 @@ function multi_image() {
})
}
if (active_page == 'thread' || active_page == 'index' && max_images > 1) {
if (active_page == 'thread' || active_page == 'index' || active_page == 'catalog' && max_images > 1) {
$(document).ready(multi_image);
}

Loading…
Cancel
Save