3
This commit is contained in:
@@ -18,7 +18,7 @@ function SendLoginForm(el){
|
||||
data: formData,
|
||||
success: function(data){
|
||||
|
||||
location.href = `/profile/page/dashboard/?mobile=${getInfoAboutUser() === 'mobile'}`
|
||||
location.href = `/profile/page/dashboard/`
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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