2023-05-14 08:30:26 +02:00

6 lines
176 B
JavaScript

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