This commit is contained in:
2023-08-17 18:00:24 +03:00
parent e36cb78a15
commit cd8b59e225
7 changed files with 16 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
function update_chat_html (data,msg_cont) {
export function update_chat_html (data,msg_cont) {
if (data.chat_html){
if (msg_cont !== null){
if (msg_cont.dataset['curReceiver'] === ""){
@@ -15,7 +16,7 @@ function update_chat_html (data,msg_cont) {
}
function update_list_w_users (data,old_item_tab_user) {
export function update_list_w_users (data,old_item_tab_user) {
let list_of_users = document.querySelector(".block-list-of-users")
if (list_of_users) {