mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Hide topic container if topic is empty
This commit is contained in:
parent
44737e2df2
commit
88e37fc886
@ -233,7 +233,7 @@
|
||||
</ul>
|
||||
</aside>
|
||||
<div id="chatRoomContent">
|
||||
<div id="topic" class="border">{$room->topic|language}</div>
|
||||
<div id="topic" class="border"{if $room->topic|language === ''} style="display: none;"{/if}>{$room->topic|language}</div>
|
||||
<div class="chatMessageContainer border content">
|
||||
<ul></ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user