diff --git a/main.js b/main.js index 2415b96..b4a9331 100644 --- a/main.js +++ b/main.js @@ -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! @@ -56,4 +51,4 @@ function send(){ }, 4000) } -} \ No newline at end of file +}