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.
6 lines
176 B
HTML
6 lines
176 B
HTML
<!-- <div class="occupants"> -->
|
|
<p class="occupants-heading">{{{o.label_occupants}}}</p>
|
|
<ul class="occupant-list"></ul>
|
|
<div class="chatroom-features"></div>
|
|
<!-- </div> -->
|