This commit is contained in:
SBD
2023-12-03 20:57:38 +03:00
parent f0861fde84
commit f3e5f02f07

View File

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