This commit is contained in:
SBD
2023-12-03 20:53:48 +03:00
parent 8a91e611ac
commit 4e7aa09c21
2 changed files with 13 additions and 8 deletions

View File

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