Modification bouton reset/refresh

This commit is contained in:
Guillaume 2023-01-03 16:55:58 +01:00 committed by GitHub
parent 6fb0ab945e
commit c9cdacd349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@
<button type="submit" class="btn" id="download-button" onclick="startDownload()">Télécharger</button>
</form>
<button class="btn2" id="refresh-button" onclick="refreshPage()">Rafraîchir</button>
<button type="reset" class="btn" id="refresh-button" onclick="refreshPage()">Rafraîchir</button>
</div>
<script>
function startDownload() {