Caching and refactors
This commit is contained in:
parent
67b06d7856
commit
8f1c8d6c96
33 changed files with 485 additions and 381 deletions
|
@ -79,7 +79,9 @@
|
|||
{% include 'chat/user_online_status.html' %}
|
||||
</div>
|
||||
<div id="chat-box">
|
||||
<img src="{{static('loading.gif')}}" id="loader" style="display: none;">
|
||||
<span id="loader" style="font-size: 2em; display: none;">
|
||||
<i class="fa fa-spinner fa-pulse"></i>
|
||||
</span>
|
||||
<ul id="chat-log">
|
||||
{% include 'chat/message_list.html' %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue