Closed (fixed)
Project:
Node Images
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2007 at 20:47 UTC
Updated:
20 May 2007 at 02:38 UTC
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
Comment #1
stefano73 commentedCommitted to CVS, thanks.