--- js/fivestar.js.save 2009-05-10 13:59:16.000000000 -0700 +++ js/fivestar.js 2010-04-29 15:53:51.157480800 -0700 @@ -349,7 +349,7 @@ $('div.fivestar-summary-'+voteResult.vote.tag+'-'+voteResult.vote.id).html(voteResult.result.summary[voteResult.display.text]); // If this is a combo display, update the average star display. if (voteResult.display.stars == 'combo') { - $('div.fivestar-form-'+voteResult.vote.id).each(function() { + $('div.fivestar-form-'+voteResult.vote.tag+'-'+voteResult.vote.id).each(function() { // Update stars. var $stars = $('.fivestar-widget-static .star span', this); var average = voteResult.result.average/100 * $stars.size();