0.8.473
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user