From 9a9e9fe55e079580b113e3a5180b623f88c65b5e Mon Sep 17 00:00:00 2001 From: gelis07 <68599597+gelis07@users.noreply.github.com> Date: Tue, 5 Oct 2021 19:38:43 +0300 Subject: [PATCH] Update main.js --- main.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 +}