This commit is contained in:
2023-08-24 16:47:24 +03:00
parent fa360267a0
commit 4f294455cc
3 changed files with 65 additions and 13 deletions

View File

@@ -14,7 +14,8 @@ function sendMessageSocket (data) {
chatSocket.onmessage = function (e) {
function wsReceiveData (e) {
let old_item_tab_user_list = inital_old_tab()
let el_tab = old_item_tab_user_list[0]