Some checks reported errors
continuous-integration/drone/push Build encountered an error
modified: .drone.yml modified: app.py new file: docker-compose.yaml modified: static/js/script.js new file: templates/finish_local.html renamed: templates/finish.html -> templates/finish_server.html modified: templates/index.html Il est maintenant possible de choisir entre télécharger sur le server ou en local.
9 lines
306 B
JavaScript
9 lines
306 B
JavaScript
function startDownload() {
|
|
document.getElementById('download-button').innerHTML = 'Téléchargement en cours...';
|
|
}
|
|
function startLocalDownload() {
|
|
document.getElementById('downloadlocal-button').innerHTML = 'Téléchargement en cours...';
|
|
}
|
|
function refreshPage() {
|
|
window.location.reload();
|
|
} |