This commit is contained in:
2023-09-25 16:36:57 +03:00
parent dd7795d845
commit 65c90e1f11
7 changed files with 174 additions and 65 deletions

View File

@@ -460,4 +460,12 @@ function send_subscribe (id){
}
});
}
function show_header_list () {
let el = document.querySelector(".menu_profile_btn")
if (el) {
el.classList.toggle("show")
}
}