diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-15 21:42:08 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-10-17 19:23:21 -0700 |
commit | 42a4305f19d45dae8fda57d47809ab301f944f21 (patch) | |
tree | cb99f388109d3f383820c3738c7250322ac5bca7 | |
parent | 852b707b48cef513318d52db1d2a5f40621636d6 (diff) | |
download | forums-42a4305f19d45dae8fda57d47809ab301f944f21.tar forums-42a4305f19d45dae8fda57d47809ab301f944f21.tar.gz forums-42a4305f19d45dae8fda57d47809ab301f944f21.tar.bz2 forums-42a4305f19d45dae8fda57d47809ab301f944f21.tar.xz forums-42a4305f19d45dae8fda57d47809ab301f944f21.zip |
[ticket/11899] Give indication of activity after voting in poll.
PHPBB3-11899
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index e678ea8f8c..d2862c2ba3 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -60,7 +60,7 @@ <div class="clear"></div> <!-- IF S_HAS_POLL --> - <form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" data-overlay="false" class="topic_poll"> + <form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" class="topic_poll"> <div class="panel"> <div class="inner"> |