first commit

This commit is contained in:
Valère
2023-01-20 16:57:55 +01:00
commit 052314da65
445 changed files with 511783 additions and 0 deletions

6
fr/static/js/app.js Normal file
View File

@@ -0,0 +1,6 @@
$(document).ready(function() {
'use strict';
// Tooltips
$('[data-toggle="tooltip"]').tooltip();
});