Commit 986921c6 authored by JC Brand's avatar JC Brand

Small fixes for minimized chats toggle

parent 392a7e8a
<span class="badge badge-light">{{{o.num_minimized}}}</span> {{{o.Minimized}}}
<span class="unread-message-count
{[ if (!o.num_unread) { ]} unread-message-count-hidden {[ } ]}"
href="#">{{{o.num_unread}}}</span>
{{{o.num_minimized}}} {{{o.Minimized}}}
<span class="unread-message-count {[ if (!o.num_unread) { ]} unread-message-count-hidden {[ } ]}" href="#">{{{o.num_unread}}}</span>
<a class="chatbox-btn close-chatbox-button icon-close"></a>
<a href="#" class="restore-chat w-100 align-self-center" title="{{{o.tooltip}}}">
{[ if (!o.num_unread) { ]}
<span class="badge badge-light">{{{o.num_unread}}}2</span>
{[ } ]}"
{[ if (o.num_unread) { ]}
<span class="badge badge-light">{{{o.num_unread}}}</span>
{[ } ]}
{{{o. title }}}
</a>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment