I have created a customs module what shows a google map on the same page as a slideshow. There was an issue of the google map being updated when the slideshow image changed. This is because the update was performed by search for an img tag. Surely it should search for the polaroid class.

ie

find('.polaroid').src(current.src)

instead of

find('img').src(current.src)

Comments

stefano73’s picture

Status: Active » Closed (fixed)

Committed to CVS, thanks.