more aethetic code

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

View File

@ -6,10 +6,9 @@ for (const e of timestamps) {
e.innerHTML = formatDate(new Date(e.dataset.time*1000));
};
const ua=window.navigator.userAgent
let socket
const ua = window.navigator.userAgent
socket=io()
const socket = io()
const chatline = document.getElementsByClassName('chat-line')[0]
const box = document.getElementById('chat-window')