From f2fd95b04e5697e9853e2a21b7d0e30f5be849d6 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 29 Nov 2023 15:24:12 +0300 Subject: [PATCH] 0.8.415 --- static/js/user_profile_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 8c6ecaf..84c2e29 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -55,7 +55,7 @@ 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") + let header = document.querySelector("header") header.scrollIntoView({ behavior: "smooth", block: "end",