From 0a0835d3a605c56be81e79978b170c8bec5c0eec Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 26 Jan 2024 18:20:25 +0300 Subject: [PATCH] 3 --- 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 555d6e0..e6832a3 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(".insert_users") + let list_of_users = document.querySelector(".container_block_list_of_users") if (list_of_users) { if (data.users_list_html){