This commit is contained in:
2023-08-18 12:42:36 +03:00
parent cd8b59e225
commit 393d2de7bc
8 changed files with 194 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
export function update_tickets_operations_manager (data,old_item_tab_user,w=null,wo=null) {
function update_tickets_operations_manager (data,old_item_tab_user,w=null,wo=null) {
let insert_type = null
if (w !== null){
insert_type = 'data.tickets_w_manager_html'
@@ -70,7 +70,7 @@ function clear_messenger (data) {
}
}
export function update_support_chat_func (data){
function update_support_chat_func (data){
if (msg_cont !== null){
if (msg_cont.dataset['curReceiver'] === ""){
document.querySelector(".info_profile").innerHTML = data.support_chat_html