From 792693848bf93fbdb7fda396d93618eb4070fbb9 Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 26 Jan 2024 18:14:41 +0300 Subject: [PATCH] 2 --- static/js/chat_socket_functions/update_messenger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/chat_socket_functions/update_messenger.js b/static/js/chat_socket_functions/update_messenger.js index 128e31f..555d6e0 100644 --- a/static/js/chat_socket_functions/update_messenger.js +++ b/static/js/chat_socket_functions/update_messenger.js @@ -19,7 +19,7 @@ function update_chat_html (data,msg_cont) { function update_list_w_users (data,old_item_tab_user,el_tab) { - let list_of_users = document.querySelector(".block-list-of-users") + let list_of_users = document.querySelector(".insert_users") if (list_of_users) { if (data.users_list_html){