mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	remove log
This commit is contained in:
		
							parent
							
								
									039f5fdb83
								
							
						
					
					
						commit
						3a175d47fb
					
				| 
						 | 
					@ -31,7 +31,6 @@
 | 
				
			||||||
    schemaUrlInput = document.getElementById('schema-url-input');
 | 
					    schemaUrlInput = document.getElementById('schema-url-input');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    schemaUrlForm.addEventListener('submit', function(event) {
 | 
					    schemaUrlForm.addEventListener('submit', function(event) {
 | 
				
			||||||
      console.log('test')
 | 
					 | 
				
			||||||
      event.preventDefault();
 | 
					      event.preventDefault();
 | 
				
			||||||
      event.stopPropagation();
 | 
					      event.stopPropagation();
 | 
				
			||||||
      location.search = updateQueryStringParameter(location.search, 'url', schemaUrlInput.value)
 | 
					      location.search = updateQueryStringParameter(location.search, 'url', schemaUrlInput.value)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user