Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -891,13 +891,13 @@ function setStandartSettingsToBlockOverlay () {
|
|||||||
block_overlay.classList.add("hidden")
|
block_overlay.classList.add("hidden")
|
||||||
}
|
}
|
||||||
|
|
||||||
// function show_header_list () {
|
function show_header_list () {
|
||||||
// let el = document.querySelector(".menu_profile_btn")
|
let el = document.querySelector(".menu_profile_btn")
|
||||||
// if (el) {
|
if (el) {
|
||||||
// el.classList.toggle("show")
|
el.classList.toggle("show")
|
||||||
// closeCurtain()
|
// closeCurtain()
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
// function closeCurtain (left,right) {
|
// function closeCurtain (left,right) {
|
||||||
// if (left){
|
// if (left){
|
||||||
|
|||||||
Reference in New Issue
Block a user