0.7.47
fix admin base models
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user