add an id to the chat count

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-14 02:26:48 +02:00
parent 1be6a6f0dd
commit 10b23be5d2
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
{% set chat_count = cache.get(ONLINE_STR) %}
{% if chat_count %}
<span class="notif-count bg-primary ml-1" style="padding-left: 4.5px;" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in chat right now">
<span id="chat_count" class="notif-count bg-primary ml-1" style="padding-left: 4.5px;" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in chat right now">
{{chat_count}}
</span>
{% endif %}