mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-31 19:00:54 +00:00 
			
		
		
		
	tls control panel: only show integral seconds while waiting the requested time from Lets Encrypt, in case we got back a non-integral number of seconds to wait
This commit is contained in:
		
							parent
							
								
									77937df955
								
							
						
					
					
						commit
						4e18f66db6
					
				| @ -250,7 +250,7 @@ function provision_tls_cert() { | ||||
|           var now = new Date(); | ||||
|           n.append(b); | ||||
|           function ready_to_finish() { | ||||
|             var remaining = r.seconds - Math.round((new Date() - now)/1000); | ||||
|             var remaining = Math.round(r.seconds - (new Date() - now)/1000); | ||||
|             if (remaining > 0) { | ||||
|               setTimeout(ready_to_finish, 1000); | ||||
|               b.text("Finish (" + remaining + "...)") | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user