From 4ee8a6867dbbd34355067a770f5335cf58fec774 Mon Sep 17 00:00:00 2001 From: hairlessbear Date: Wed, 20 May 2015 10:20:32 -0400 Subject: [PATCH] Fixed sync button before community guildlines are accepted --- website/views/options/social/chat-box.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/views/options/social/chat-box.jade b/website/views/options/social/chat-box.jade index 2266fd5e31..4324ad46af 100644 --- a/website/views/options/social/chat-box.jade +++ b/website/views/options/social/chat-box.jade @@ -7,8 +7,7 @@ div.chat-form.guidelines-not-accepted(ng-if='!user.flags.communityGuidelinesAcce div button.btn.btn-warning(ng-click='acceptCommunityGuidelines()')=env.t('iAcceptCommunityGuidelines') .chat-buttons - button(type="button", ng-click='sync(group)', tooltip=env.t('toolTipMsg')) - span.glyphicon.glyphicon-refresh + button(type="button", ng-click='sync(group)')=env.t('toolTipMsg') form.chat-form(ng-if='user.flags.communityGuidelinesAccepted' ng-submit='postChat(group,message.content)') div(ng-controller='AutocompleteCtrl')