mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Unlock guest login button fix
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e9135d2027
						
					
				
				
					commit
					03dc1a8b4a
				
			@@ -739,6 +739,7 @@
 | 
				
			|||||||
    function unlock_login_fields() {
 | 
					    function unlock_login_fields() {
 | 
				
			||||||
        $("#loginProgress").hide();
 | 
					        $("#loginProgress").hide();
 | 
				
			||||||
        $("#discordlogin_btn").attr("disabled",false);
 | 
					        $("#discordlogin_btn").attr("disabled",false);
 | 
				
			||||||
 | 
					        $("#guestlogin_btn").attr("disabled",false);
 | 
				
			||||||
        $("#custom_username_field").prop("disabled",false);
 | 
					        $("#custom_username_field").prop("disabled",false);
 | 
				
			||||||
        clearTimeout(logintimer);
 | 
					        clearTimeout(logintimer);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user