mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 14:45:36 +00:00
fix refresh chat button sending message
This commit is contained in:
parent
a56242d1a7
commit
066364e3c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue