Active
Project:
Slideshow
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2009 at 02:01 UTC
Updated:
27 Jul 2009 at 04:47 UTC
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
Comment #1
landscribe commentedI ended up using the previous release of this module which didn't contain this JS error.