8a4aa4efdd
This removes the need for `switch (obj)` in the template which is not allowed in strict mode. Additionally using a named variable speeds up rendering.
10 lines
304 B
HTML
10 lines
304 B
HTML
<div class="flyout box-flyout">
|
|
<div class="chat-head controlbox-head">
|
|
<ul id="controlbox-tabs"></ul>
|
|
{[ if (!o.sticky_controlbox) { ]}
|
|
<a class="chatbox-btn close-chatbox-button icon-close"></a>
|
|
{[ } ]}
|
|
</div>
|
|
<div class="controlbox-panes"></div>
|
|
</div>
|