aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chat.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-01 01:00:26 -0800
committerfriendica <info@friendica.com>2014-02-01 01:00:26 -0800
commit94e59d47705f30cab039c01e2ba2bc079496938e (patch)
tree078f99eabefdb8f68915e500efb5d3078c4ad3ab /view/tpl/chat.tpl
parentd14afc0ee442a2ba4013c193fa80917026bb6111 (diff)
downloadvolse-hubzilla-94e59d47705f30cab039c01e2ba2bc079496938e.tar.gz
volse-hubzilla-94e59d47705f30cab039c01e2ba2bc079496938e.tar.bz2
volse-hubzilla-94e59d47705f30cab039c01e2ba2bc079496938e.zip
status indication
Diffstat (limited to 'view/tpl/chat.tpl')
-rw-r--r--view/tpl/chat.tpl2
1 files changed, 1 insertions, 1 deletions
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('<img style="height: 32px; width: 32px;" src="' + item.img + '" alt="' + item.name + '" /><br />' + item.name + '<br/>');
+ $(newNode).html('<img style="height: 32px; width: 32px;" src="' + item.img + '" alt="' + item.name + '" /> ' + item.status + '<br />' + item.name + '<br/>');
html.appendChild(newNode);
});
$('#chatUsers').html(html);