This commit is contained in:
SBD
2023-12-02 15:01:48 +03:00
parent aea501aedb
commit fcfbeece87

View File

@@ -58,8 +58,8 @@ function select_tab_profile (el,url,owner_type=null) {
let header = document.querySelector("header") let header = document.querySelector("header")
header.scrollIntoView({ header.scrollIntoView({
behavior: "smooth", behavior: "smooth",
block: "start", block: "end",
inline: "nearest" inline:'center'
}) })
middleWareJS() middleWareJS()
let user_type = getInfoAboutUser() let user_type = getInfoAboutUser()