mirror of
https://github.com/dyzulk/webhooks.git
synced 2026-01-26 13:31:53 +07:00
Update main.js
This commit is contained in:
7
main.js
7
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!
|
whurl variable should be equal to your webhooks link!
|
||||||
|
|
||||||
@@ -56,4 +51,4 @@ function send(){
|
|||||||
}, 4000)
|
}, 4000)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user