oh bordel je connais pas le js moi

This commit is contained in:
piair 2023-08-21 21:18:24 +02:00
parent 41f4059996
commit e099f705c8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<script> <script>
function addline(ligne){ function addline(ligne){
document.getElementById("table").insertRow(i+1).insertCell(0).innerHTML = '<input type="file" id="file' + ligne + 1 + '" name="file' + ligne + 1 + '" onchange="addline(' + ligne + 1 + ')">' document.getElementById("table").insertRow(ligne+1).insertCell(0).innerHTML = '<input type="file" id="file' + ligne + 1 + '" name="file' + ligne + 1 + '" onchange="addline(' + ligne + 1 + ')">'
} }
</script> </script>