This commit is contained in:
SBD
2023-12-03 20:22:20 +03:00
parent c2e03728f8
commit 62aeebae95
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -71,7 +71,7 @@
<span id="placeholder1"></span>
<div class="icon_unread_messages" style="position:relative;top: 4px;padding-right: 13px;">
<div class="cost-messages-in-user-tab-messenger" style="background: #FFFFFF;">
<span class="unredmessages_value_text" style="padding-top: 2px;padding-left: 0; color: #000000;position: relative;top: -8px;"></span>
<span class="unredmessages_value_text" style="padding-top: 2px;padding-left: 0;position: relative;top: -8px;color: #FF613A;"></span>
</div>
</div>
</div>