disable restart tor button if tor is not enabled
This commit is contained in:
		
							parent
							
								
									4847d9bddf
								
							
						
					
					
						commit
						b424ef6674
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -28,8 +28,8 @@ let restartTorBtnControl = function(){ | |||
|     } | ||||
|     var restartTor = document.getElementsByClassName('restartTor')[0] | ||||
| 
 | ||||
|     if (config.tor.use_existing_tor){ | ||||
|         restartTor.classList.add('is-hidden') | ||||
|     if (config.tor.use_existing_tor || ! config.transports.tor){ | ||||
|         restartTor.setAttribute('disabled', true) | ||||
|         return | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue