diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 0f3b1ac..7f5c12d 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -82,7 +82,11 @@ function select_tab_profile (el,url,owner_type=null) { } }); } - +function clickONTHEAPROfileBTN (el) { + let parent = el.parentNode + let el_f_click = parent.querySelector(".text_btn_profile") + el_f_click.click() +} function createTicketShow () { diff --git a/templates/widgets/profile/w_button_for_profile_menu.html b/templates/widgets/profile/w_button_for_profile_menu.html index 652d705..45770e4 100644 --- a/templates/widgets/profile/w_button_for_profile_menu.html +++ b/templates/widgets/profile/w_button_for_profile_menu.html @@ -1,6 +1,6 @@