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