mirror of
				https://github.com/crypto-pro-web/crypto-pro-js.git
				synced 2025-10-31 14:23:22 +03:00 
			
		
		
		
	innerText -> textContent
This commit is contained in:
		
							parent
							
								
									a98c161dd8
								
							
						
					
					
						commit
						ccb133bccc
					
				| @ -10,7 +10,7 @@ | ||||
|         list.forEach(function (cert) { | ||||
|             var $certOption = document.createElement('option'); | ||||
| 
 | ||||
|             $certOption.innerText = cert.label; | ||||
|             $certOption.textContent = cert.label; | ||||
|             $certOption.value = cert.thumbprint; | ||||
| 
 | ||||
|             $certs.appendChild($certOption); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Vitalii Goma
						Vitalii Goma