From 5becae6170afdfcb8f523c06ab9c86950d111313 Mon Sep 17 00:00:00 2001 From: snicker Date: Mon, 6 Jan 2014 23:37:42 -0800 Subject: [PATCH] fixed issue with fixing the other issue so that everything is fixed and nickname autocompletion works again --- views/options/social/chat-box.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/social/chat-box.jade b/views/options/social/chat-box.jade index ff4533c6ab..aeaf95c742 100644 --- a/views/options/social/chat-box.jade +++ b/views/options/social/chat-box.jade @@ -5,7 +5,7 @@ form.chat-form(ng-submit='postChat(group,message.content)') textarea.chat-textarea.option-content(style='height:6em;', ui-keypress='{13:"postChat(group,message.content)"}', ng-model='message.content', updateinterval='250', flag='@', at-user, auto-complete) span.user-list(ng-show='!isAtListHidden') ul.list-at-user - li(bindonce='users', ng-repeat='user in users | filter:query.text | limitTo: 5', ng-click='autoComplete(user)') + li(bindonce='response', ng-repeat='user in response | filter:query.text | limitTo: 5', ng-click='autoComplete(user)') span.username.label(class='label-contributor-{{user.contributor.level}}', ng-class='{"label-npc": user.backer.npc}') {{user.user}} table.pull-right tr