0.0.135
This commit is contained in:
@@ -679,6 +679,21 @@
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.container_form_search_carrier > form{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
padding: 20px 10px;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier{
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier > input{
|
||||
border:1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.block-filters-find-route{
|
||||
min-height: 660px;
|
||||
background: #FFFFFF;
|
||||
|
||||
@@ -76,16 +76,24 @@ chatSocket.onmessage = function (e) {
|
||||
msg_cont.innerHTML = data.chat_html
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
let list_of_users = document.querySelector(".block-list-of-users")
|
||||
if (list_of_users !== null){
|
||||
if (data.users_list_html){
|
||||
list_of_users.innerHTML = data.users_list_html
|
||||
if (el_tab !== null){
|
||||
document.querySelector(`[data-cur-receiver-item="${old_item_tab_user}"]` ).classList.add("select")
|
||||
}
|
||||
if (data.tickets_wo_manager_html) {
|
||||
if (document.querySelector(".list_linked_tickets") !== null || document.querySelector(".list_unlinked_tickets") !== null) {
|
||||
document.querySelector(".list_unlinked_tickets").innerHTML = data.tickets_wo_manager_html
|
||||
}
|
||||
|
||||
} else {
|
||||
let list_of_users = document.querySelector(".block-list-of-users")
|
||||
if (list_of_users !== null){
|
||||
if (data.users_list_html){
|
||||
list_of_users.innerHTML = data.users_list_html
|
||||
if (el_tab !== null){
|
||||
document.querySelector(`[data-cur-receiver-item="${old_item_tab_user}"]` ).classList.add("select")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
if (data.unread_msgs_count > 0){
|
||||
|
||||
Reference in New Issue
Block a user