mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 06:43:11 +00:00
Working on getting new components to work with AJAX and Jquery
This commit is contained in:
parent
ffa8a8e1a3
commit
d8b20c9b34
15 changed files with 344 additions and 123 deletions
|
@ -33,7 +33,7 @@
|
|||
?>
|
||||
|
||||
<script>
|
||||
sniffleAdd("Warning", "The website is currently being worked on, people who have accounts, I ask you kindly to not post anything. Thank you.", "var(--red)", "<?php echo $root_dir ?>assets/icons/warning.svg");
|
||||
sniffleAdd("Warning", "The website is currently being worked on, some functionality has been restored, but tread carefully as errors may occur", "var(--red)", "<?php echo $root_dir ?>assets/icons/warning.svg");
|
||||
|
||||
if (params.del == "true") {
|
||||
sniffleAdd("Image Deleted", "Successfully deleted image: <?php echo $_GET['id']; ?>", "var(--green)", "<?php echo $root_dir ?>assets/icons/trash.svg");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue