[ticket/15799] Find correct poll for voting animation

PHPBB3-15799
This commit is contained in:
kasimi 2018-09-21 17:50:55 +02:00
parent 2769ab701a
commit 71ae82fbef
No known key found for this signature in database
GPG key ID: 3163AB573241193A

View file

@ -199,7 +199,7 @@ phpbb.addAjaxCallback('zebra', function(res) {
*/
phpbb.addAjaxCallback('vote_poll', function(res) {
if (typeof res.success !== 'undefined') {
var poll = $('.topic_poll');
var poll = $(this).closest('.topic_poll');
var panel = poll.find('.panel');
var resultsVisible = poll.find('dl:first-child .resultbar').is(':visible');
var mostVotes = 0;