This commit is contained in:
SBD
2023-11-29 20:34:01 +03:00
parent f7e032a5bc
commit 069f2094f0
4 changed files with 31 additions and 5 deletions

View File

@@ -457,8 +457,10 @@ function selectedUserMessenger (ticket_id=null,user_id=null,el){
if (loader){
loader.classList.toggle("show")
if (block_chat) {
block_chat.innerHTML = null
block_chat.innerHTML = ''
}
} else if (block_chat){
block_chat.innerHTML = `<img class="loader_chat_f_sw_chats show" src="/static/img/svg/loader.svg" alt="loader">`
}
let data = null
let url = null