[Client] Fix bugh
This commit is contained in:
		
							parent
							
								
									5aad8d951d
								
							
						
					
					
						commit
						d5dfbff3c1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -39,7 +39,7 @@ if (HTMLCollection.prototype.forEach === undefined) {
 | 
			
		|||
if (FileList.prototype.forEach === undefined) {
 | 
			
		||||
	FileList.prototype.forEach = Array.prototype.forEach;
 | 
			
		||||
}
 | 
			
		||||
if (DataTransferItemList && DataTransferItemList.prototype.forEach === undefined) {
 | 
			
		||||
if (window.DataTransferItemList && DataTransferItemList.prototype.forEach === undefined) {
 | 
			
		||||
	DataTransferItemList.prototype.forEach = Array.prototype.forEach;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue