From 066364e3c9a38cc0d1be3da8772eb4930ef2cd68 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 16 Oct 2013 21:36:56 +0200 Subject: [PATCH] fix refresh chat button sending message --- views/options/groups/chat-box.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/groups/chat-box.jade b/views/options/groups/chat-box.jade index 6937c488f7..cfe3f6fb55 100644 --- a/views/options/groups/chat-box.jade +++ b/views/options/groups/chat-box.jade @@ -8,7 +8,7 @@ form(ng-submit='postChat(group,_chatMessage)') td input.btn.chat-btn(type='submit', value='Send Chat') td - button.btn(ng-click='sync(group)', tooltip='Fetch Recent Messages') + button.btn(type="button", ng-click='sync(group)', tooltip='Fetch Recent Messages') i(class='pull-right icon-refresh')