Browse Source

Allow subject to be clicked to open the Drawer in MUC header

pull/1127/head
Timothée Jaussoin 3 years ago
parent
commit
0f39abc8b5
  1. 2
      app/widgets/Chat/_chat_header.tpl

2
app/widgets/Chat/_chat_header.tpl

@ -122,7 +122,7 @@
{/if}
{/loop}
{elseif="!empty($conference->subject)"}
{$conference->subject}
<span onclick="RoomsUtils_ajaxShowSubject('{$jid|echapJS}')">{$conference->subject}</span>
{/if}
{/if}
</p>

Loading…
Cancel
Save