diff --git a/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars b/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars index 60061272b..ea98530eb 100644 --- a/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars +++ b/plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars @@ -14,7 +14,8 @@ {{/each}} - {{#if showToggleClosePoll}} - {{/if}} + {{#if loading}} diff --git a/plugins/poll/plugin.rb b/plugins/poll/plugin.rb index 1d8174381..ca53eed42 100644 --- a/plugins/poll/plugin.rb +++ b/plugins/poll/plugin.rb @@ -158,8 +158,9 @@ register_css <