3
This commit is contained in:
@@ -25,10 +25,13 @@ window.onload = function (){
|
||||
setStandartSettingsToBlockOverlay()
|
||||
}
|
||||
|
||||
if (window.location.href.includes("profile")){
|
||||
selectTabProfileIfHisNotSelected(url)
|
||||
// if (window.location.href.includes("profile")){
|
||||
// selectTabProfileIfHisNotSelected(url)
|
||||
// }
|
||||
let chats = document.querySelector(`[data-ajax-url='chats']`)
|
||||
if (chats){
|
||||
deleteMarkerMessages()
|
||||
}
|
||||
deleteMarkerMessages(el)
|
||||
}
|
||||
}
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user