This commit is contained in:
borissedw
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_tickets_operations_manager (data,old_item_tab_user,w=null,wo=null) {
export 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'
@@ -69,7 +70,7 @@ function clear_messenger (data) {
}
}
function update_support_chat_func (data){
export function update_support_chat_func (data){
if (msg_cont !== null){
if (msg_cont.dataset['curReceiver'] === ""){
document.querySelector(".info_profile").innerHTML = data.support_chat_html