Admin: Gestion des listes
This commit is contained in:
parent
c54cad7738
commit
151a199bc5
13 changed files with 605 additions and 29 deletions
11
static/functions.js
Normal file
11
static/functions.js
Normal 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();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue