Admin: Gestion des listes

This commit is contained in:
William Bouzourène 2024-12-31 16:19:19 +01:00
parent 6acd737b99
commit 28662ed965
13 changed files with 605 additions and 29 deletions

11
static/functions.js Normal file
View file

@ -0,0 +1,11 @@
$(document).ready(function() {
$(".areyousure").on("click", function(e) {
if(!confirm("Êtes-vous sûr ?")) {
e.preventDefault();
}
})
});
$(document).ready(function() {
feather.replace();
});