migrate to gtea from bistbucket
This commit is contained in:
8
public/assets/js/custom/custom-alart.js
Normal file
8
public/assets/js/custom/custom-alart.js
Normal file
@@ -0,0 +1,8 @@
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const alertBox = document.getElementById("alertBox");
|
||||
const closeBtn = document.querySelector(".alert-close-btn");
|
||||
|
||||
closeBtn.addEventListener("click", () => {
|
||||
alertBox.style.display = "none";
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user