This commit is contained in:
SBD
2024-02-20 19:31:10 +03:00
parent c146bd6155
commit 2048ed6baf
4 changed files with 32 additions and 5 deletions

View File

@@ -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')) {