Modifications

This commit is contained in:
2023-01-22 14:11:31 +01:00
parent fab1815e7f
commit 433e219e62
3 changed files with 32 additions and 39 deletions

View File

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