Update main.js

This commit is contained in:
gelis07
2021-10-05 19:38:43 +03:00
committed by GitHub
parent a48a56c519
commit 9a9e9fe55e

View File

@@ -1,8 +1,3 @@
window.addEventListener("load", function () {
const loader = document.querySelector(".loader-wrapper");
console.log(loader)
loader.className += " hidden"; // class "loader hidden"
});
/* /*
whurl variable should be equal to your webhooks link! whurl variable should be equal to your webhooks link!
@@ -56,4 +51,4 @@ function send(){
}, 4000) }, 4000)
} }
} }