0.0.286
This commit is contained in:
@@ -11,15 +11,15 @@ window.onload = function (){
|
||||
|
||||
function middleWareJS(){
|
||||
let footer = document.querySelector("footer")
|
||||
let body = document.body.style;
|
||||
let body = document.querySelector("body")
|
||||
|
||||
if (document.querySelector(".block-list-of-users")){
|
||||
footer.style.display = "none"
|
||||
|
||||
body.style.overflow = "hidden"
|
||||
|
||||
} else {
|
||||
footer.style.display = ""
|
||||
|
||||
body.style.overflow = ""
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user