diff --git a/static/js/chat_sockets.js b/static/js/chat_sockets.js index da627f8..dbc93e1 100644 --- a/static/js/chat_sockets.js +++ b/static/js/chat_sockets.js @@ -89,7 +89,7 @@ chatSocket.onmessage = function (e) { } } if (data.unread_msgs_count > 0){ - let list_unrd = document.querySelectorAll(".unredmessages_value_text") + let list_unrd = document.querySelectorAll(".qs") let i = 0 for (i;i < list_unrd.length;i++){ list_unrd[i].innerHTML = data.unread_msgs_count.toString() diff --git a/templates/blocks/profile/b_list_of_tickets_support_chat.html b/templates/blocks/profile/b_list_of_tickets_support_chat.html index c901d5e..b21bf53 100644 --- a/templates/blocks/profile/b_list_of_tickets_support_chat.html +++ b/templates/blocks/profile/b_list_of_tickets_support_chat.html @@ -1,19 +1,9 @@ {% load static %} -Неразобранные тикеты -