diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 12e09b1..e313f61 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -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]){