Nettoyage du code
This commit is contained in:
6
static/js/script.js
Normal file
6
static/js/script.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function startDownload() {
|
||||
document.getElementById('download-button').innerHTML = 'Téléchargement en cours...';
|
||||
}
|
||||
function refreshPage() {
|
||||
window.location.reload();
|
||||
}
|
||||
Reference in New Issue
Block a user