mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +00:00 
			
		
		
		
	Merge pull request #726 from yodax/login
When previous panel was login, move to system_status
This commit is contained in:
		
						commit
						4b2e48f2c0
					
				@ -117,7 +117,7 @@ function do_login() {
 | 
				
			|||||||
      // Open the next panel the user wants to go to. Do this after the XHR response
 | 
					      // Open the next panel the user wants to go to. Do this after the XHR response
 | 
				
			||||||
      // is over so that we don't start a new XHR request while this one is finishing,
 | 
					      // is over so that we don't start a new XHR request while this one is finishing,
 | 
				
			||||||
      // which confuses the loading indicator.
 | 
					      // which confuses the loading indicator.
 | 
				
			||||||
      setTimeout(function() { show_panel(!switch_back_to_panel ? 'system_status' : switch_back_to_panel) }, 300);
 | 
					      setTimeout(function() { show_panel(!switch_back_to_panel || switch_back_to_panel == "login" ? 'system_status' : switch_back_to_panel) }, 300);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  })
 | 
					  })
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user