diff options
author | redmatrix <git@macgirvin.com> | 2016-03-30 16:39:08 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-30 16:39:08 -0700 |
commit | 4ba9a5ef75c05136627810622af1334fd5f8e2a1 (patch) | |
tree | e5c56ba0c55d34cf538c2a5662958df26f269e5c /view/tpl/chatroomlist.tpl | |
parent | 6a6dbec0335c43137e4dc5e84b5b188edc57ba10 (diff) | |
parent | df891f4ad2eee3b07bad73d703a46364dad03508 (diff) | |
download | volse-hubzilla-4ba9a5ef75c05136627810622af1334fd5f8e2a1.tar.gz volse-hubzilla-4ba9a5ef75c05136627810622af1334fd5f8e2a1.tar.bz2 volse-hubzilla-4ba9a5ef75c05136627810622af1334fd5f8e2a1.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/chatroomlist.tpl')
-rw-r--r-- | view/tpl/chatroomlist.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl index dfdce8afb..542ff9a0c 100644 --- a/view/tpl/chatroomlist.tpl +++ b/view/tpl/chatroomlist.tpl @@ -8,5 +8,8 @@ {{/foreach}} </ul> {{/if}} + <div id="chatSide"> + <div id="chatUsers"></div> + </div> </div> |