Line #35: for (var i = 0; i < this.images.length; i++) {

Line #47: if (++this.current >= this.images.length) this.current = 0;

this.images is undefined.

Prevents JS from loading next/previous images, and forces the page to reload when browsing next/previous images.

Comments

landscribe’s picture

I ended up using the previous release of this module which didn't contain this JS error.