The jrating module uses an ID for wrapping the numeric vote value on the page. It uses this for updating.
Some pages may wish to show the number of votes in more that one location on the same page. If so, using the id to wrap the number you both break compliance and the jquery code will only update the first one.
The attached patch changes the code to use a class instead of a id.
| Comment | File | Size | Author |
|---|---|---|---|
| jrating_vote_class.patch | 1.81 KB | neclimdul |
Comments
Comment #1
hickory commentedCommitted, thanks.
Comment #2
(not verified) commented