From 00c0737b0ecb32506ccdae2eae263c0116ad599e Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 17 Aug 2014 02:56:34 +0100 Subject: - use css3 to make avatars always the right aspect ratio - implement slightly overengineered tab/shift-tab autocomplete function --- webclient/room/room.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webclient/room/room.html') diff --git a/webclient/room/room.html b/webclient/room/room.html index 2726188b4b..f965d13c55 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -16,7 +16,7 @@
{{ member.displayname || member.id.substr(0, member.id.indexOf(':')) }}{{ member.displayname ? "" : member.id.substr(member.id.indexOf(':')) }}
- {{ member.mtime_age | duration }} {{ member.mtime_age ? "ago" : "" }} + {{ member.mtime_age | duration }}
{{ member.mtime_age ? "ago" : "" }} @@ -29,7 +29,7 @@
{{ msg.content.hsob_ts | date:'MMM d HH:mm:ss' }}
- @@ -40,7 +40,7 @@ - @@ -58,7 +58,7 @@ {{ state.user_id }} - + -- cgit 1.4.1