mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Fix reset loop
This commit is contained in:
		@@ -112,6 +112,7 @@ class UserWebSocket {
 | 
			
		||||
		notify("Disconnected from the server, page will be reloaded in "+num_seconds+" seconds !", "danger");
 | 
			
		||||
 | 
			
		||||
		setTimeout(() => {
 | 
			
		||||
			if (!this.IsConnected)
 | 
			
		||||
				ComunicWeb.common.system.reset();
 | 
			
		||||
		}, num_seconds*1000);
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user