Updated 214 files via CloudCannon
This commit is contained in:
parent
71a7900563
commit
5b5882a132
214 changed files with 95060 additions and 4178 deletions
|
|
@ -20,13 +20,13 @@ function scrollMenu() {
|
|||
}
|
||||
|
||||
// Make a pretty background when menu is open
|
||||
// var bodyBluring = document.getElementById("wrapper")
|
||||
var bodyBluring = document.getElementById("wrapper")
|
||||
|
||||
// function blurBody() {
|
||||
// bodyBluring.classList.toggle("blurredout");
|
||||
// }
|
||||
// function removeBlur() {
|
||||
// bodyBluring.classList.remove("blurredout")
|
||||
// }
|
||||
function blurBody() {
|
||||
bodyBluring.classList.toggle("blurredout");
|
||||
}
|
||||
function removeBlur() {
|
||||
bodyBluring.classList.remove("blurredout")
|
||||
}
|
||||
|
||||
/// request permission to autoplay
|
||||
Loading…
Add table
Add a link
Reference in a new issue