mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-21 02:44:55 +00:00
New alert system
This commit is contained in:
parent
41667bff0a
commit
9fd958648b
9 changed files with 141 additions and 57 deletions
5
scripts/alert.js
Normal file
5
scripts/alert.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
let alertClose = document.querySelectorAll(".alert");
|
||||
|
||||
function closeAlert(aaaa) {
|
||||
aaaa.closest(".alert").style.display="none";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue