forked from rDrama/rDrama
1
0
Fork 0

cosmetic changes to chat

master
Aevann1 2022-08-13 11:14:21 +02:00
parent dbbcd77e9a
commit 5c0dd43688
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ textbox.addEventListener("keyup", function(e) {
socket.on('online', function(data){
document.getElementsByClassName('board-chat-count')[0].innerHTML = data.length
let online = '<b>Users online right now</b>'
let online = '<h5>Users online right now</h5>'
let online2 = '<b>Users online right now</b>'
for (const u of data)
{

View File

@ -201,7 +201,7 @@
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
<input id="slurreplacer" type="hidden" value="{{v.slurreplacer}}">
<script src="/chat.js?v=29"></script>
<script src="/chat.js?v=30"></script>
{% include "emoji_modal.html" %}
{% include "expanded_image_modal.html" %}