On viewcomic, work on both blogger and wordpress-based pages

This commit is contained in:
Dan Jones 2018-04-16 11:26:23 -05:00
commit 17ea2ea7bc

View file

@ -31,7 +31,7 @@
}
let name = end ? end : 'comic';
let imgs = $('div.pinbin-copy img.picture').toArray();
let imgs = $('div.pinbin-copy img.picture, div.pinbin-copy img.hoverZoomLink').toArray();
console.log(imgs);
function getOne() {