forked from rDrama/rDrama
1
0
Fork 0

more aethetic code

master
Aevann 2023-09-26 21:39:05 +03:00
parent 04c063bc0d
commit 0600c63c0b
1 changed files with 2 additions and 3 deletions

View File

@ -7,9 +7,8 @@ for (const e of timestamps) {
};
const ua = window.navigator.userAgent
let socket
socket=io()
const socket = io()
const chatline = document.getElementsByClassName('chat-line')[0]
const box = document.getElementById('chat-window')