0.8.413
This commit is contained in:
@@ -55,13 +55,12 @@ function select_tab_profile (el,url,owner_type=null) {
|
||||
}
|
||||
document.querySelector("#ru_lang").href = confirm_url_f_lang_ru
|
||||
document.querySelector("#en_lang").href = confirm_url_f_lang_en
|
||||
// let header = document.querySelector(".info_profile")
|
||||
// header.scrollIntoView({
|
||||
// behavior: "smooth",
|
||||
// block: "end",
|
||||
// inline: "nearest"
|
||||
// })
|
||||
document.body.scrollTop = document.documentElement.scrollTop = 0;
|
||||
let header = document.querySelector(".info_profile")
|
||||
header.scrollIntoView({
|
||||
behavior: "smooth",
|
||||
block: "end",
|
||||
inline: "nearest"
|
||||
})
|
||||
middleWareJS()
|
||||
let user_type = getInfoAboutUser()
|
||||
if (user_type === 'mobile') {
|
||||
|
||||
Reference in New Issue
Block a user