mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 09:22:01 +02:00
Merge pull request #5838 from 3D-I/ticket/16339
[ticket/16339] Fix Poll's voting options refresh
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
<!-- EVENT viewtopic_body_poll_before -->
|
||||
|
||||
<!-- IF S_HAS_POLL -->
|
||||
<form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" class="topic_poll">
|
||||
<form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" data-refresh="true" class="topic_poll">
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
|
Reference in New Issue
Block a user