Nettoyage du code

This commit is contained in:
2023-01-07 17:13:33 +01:00
parent 1d1e3d4b3d
commit cfd041495c
18 changed files with 65 additions and 802 deletions

6
static/js/script.js Normal file
View File

@@ -0,0 +1,6 @@
function startDownload() {
document.getElementById('download-button').innerHTML = 'Téléchargement en cours...';
}
function refreshPage() {
window.location.reload();
}