0.7.19
profile static pages
This commit is contained in:
@@ -48,7 +48,7 @@ function open_chat (user_id){
|
||||
event.preventDefault()
|
||||
let host = window.location.origin
|
||||
let user_id_ = user_id.toString()
|
||||
let href = host + '/ru/profile/chat/' + user_id_
|
||||
let href = host + '/ru/profile/page/chat/' + user_id_
|
||||
// window.location.href = host + '/profile/chat/' + user_id
|
||||
window.location.replace(href)
|
||||
}
|
||||
Reference in New Issue
Block a user