0.0.154
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user