mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-04 07:33:53 +01:00 
			
		
		
		
	F le JS
This commit is contained in:
		@@ -78,7 +78,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    function addline(ligne){
 | 
					    function addline(ligne){
 | 
				
			||||||
        document.getElementById("table").insertRow(int(ligne) + 1).insertCell(0).innerHTML = '<input type="file" id="file' + int(ligne) + 1 + '" name="file' + int(ligne) + 1 + '" onchange="addline(' + int(ligne) + 1 + ')">'
 | 
					        document.getElementById("table").insertRow(parseInt(ligne) + 1).insertCell(0).innerHTML = '<input type="file" id="file' + parseInt(ligne) + 1 + '" name="file' + parseInt(ligne) + 1 + '" onchange="addline(' + parseInt(ligne) + 1 + ')">'
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user