11
This commit is contained in:
@@ -86,7 +86,7 @@ function select_tab_profile (el,url,owner_type=null) {
|
||||
deleteMarkerMessages(el)
|
||||
checkStatesAfterTransitionToAnotherTabProfile()
|
||||
goToChatIfChat()
|
||||
if (window.location.href.includes("chat") || window.location.href.includes("chat")) {
|
||||
if (window.location.href.includes("chat") || window.location.href.includes("support")) {
|
||||
if (getInfoAboutUser('screen_width') < 800) {
|
||||
let marker_new_messages = document.querySelector(".marker_messages_mobile");
|
||||
if (marker_new_messages.classList.contains('show')) {
|
||||
|
||||
Reference in New Issue
Block a user