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