This commit is contained in:
SBD
2023-12-03 20:36:20 +03:00
parent 62aeebae95
commit 95dff519b8

View File

@@ -93,7 +93,7 @@ function select_tab_profile (el,url,owner_type=null) {
function deleteMarkerMessages (el) {
let marker = el.querySelectorAll(".icon_unread_messages")
if (marker){
if (marker.length > 0){
marker[0].classList.remove("showed")
marker[1].classList.remove("showed")
}