This commit is contained in:
SBD
2023-12-03 19:35:52 +03:00
parent 421a3a2dab
commit e3aafcdfe9

View File

@@ -92,7 +92,7 @@ function select_tab_profile (el,url,owner_type=null) {
}
function deleteMarkerMessages (el) {
let marker = el.document.querySelector(".icon_unread_messages")
let marker = el.querySelector(".icon_unread_messages")
if (marker){
marker.classList.remove("showed")
}