From 94e59d47705f30cab039c01e2ba2bc079496938e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 1 Feb 2014 01:00:26 -0800 Subject: status indication --- view/tpl/chat.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index eda1f83af..0ebe879a1 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -66,7 +66,7 @@ function update_inroom(inroom) { var count = inroom.length; $.each( inroom, function(index, item) { var newNode = document.createElement('div'); - $(newNode).html('' + item.name + '
' + item.name + '
'); + $(newNode).html('' + item.name + ' ' + item.status + '
' + item.name + '
'); html.appendChild(newNode); }); $('#chatUsers').html(html); -- cgit v1.2.3