mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00:00
misc chat-box tweaks
This commit is contained in:
parent
8cc96422f6
commit
ddf700d930
2 changed files with 13 additions and 12 deletions
|
|
@ -1,9 +1,9 @@
|
|||
form(ng-submit='postChat(group,_chatMessage)')
|
||||
.whatever-options
|
||||
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
|
||||
//textarea.span6(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
||||
textarea.span6.chat-textarea(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
||||
br
|
||||
table
|
||||
.control-group.option-large
|
||||
textarea.chat-textarea.option-content(style='height:6em;', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
||||
table.pull-right
|
||||
tr
|
||||
td
|
||||
input.btn.chat-btn(type='submit', value='Send Chat')
|
||||
|
|
|
|||
|
|
@ -41,8 +41,9 @@
|
|||
li
|
||||
h4
|
||||
a(target='_blank', href='http://community.habitrpg.com/forum') Community Forum
|
||||
|
||||
.span8(ng-controller='ChatCtrl')
|
||||
h3 Tavern Talk & LFG
|
||||
h3 Tavern Talk
|
||||
.row-fluid
|
||||
.span3
|
||||
ul.unstyled.buttonList
|
||||
|
|
|
|||
Loading…
Reference in a new issue