0.8.477
This commit is contained in:
@@ -92,7 +92,7 @@ function select_tab_profile (el,url,owner_type=null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function deleteMarkerMessages (el) {
|
function deleteMarkerMessages (el) {
|
||||||
let marker = el.querySelectorAll(".icon_unread_messages")
|
let marker = document.querySelectorAll(".icon_unread_messages")
|
||||||
if (marker.length > 0){
|
if (marker.length > 0){
|
||||||
marker[0].classList.remove("showed")
|
marker[0].classList.remove("showed")
|
||||||
if (marker[1]){
|
if (marker[1]){
|
||||||
|
|||||||
Reference in New Issue
Block a user