remove chat stuff not used anymore

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-09 21:06:43 +02:00
parent c8b4947fa4
commit 380e91e9c4
2 changed files with 1 additions and 219 deletions

File diff suppressed because one or more lines are too long

View File

@ -349,10 +349,7 @@
</li>
{% endif %}
<li class="mt-3">
{% if request.path == "/chat" %}
<h4 class="ml-3">Users in chat right now</h4>
<div id="online3" class="col text-left d-lg-none bg-white mb-6" style="max-width:300px"></div>
{% elif has_sidebar %}
{% if has_sidebar %}
{% include "sidebar_" + SITE_NAME + ".html" %}
{% endif %}
</li>