mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Simplify calls
This commit is contained in:
		@@ -31,17 +31,17 @@ const System = {
 | 
			
		||||
 | 
			
		||||
		//Enable page URLs detection
 | 
			
		||||
		window.location.changed = function(e){
 | 
			
		||||
			ComunicWeb.common.page.location_updated(e);
 | 
			
		||||
			Page.location_updated(e);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/**
 | 
			
		||||
		 * Prepare login
 | 
			
		||||
		 */
 | 
			
		||||
		//Clean current page content
 | 
			
		||||
		ComunicWeb.common.page.emptyPage();
 | 
			
		||||
		Page.emptyPage();
 | 
			
		||||
		
 | 
			
		||||
		//Show a wait splash screen
 | 
			
		||||
		ComunicWeb.common.page.showWaitSplashScreen("Starting up...");
 | 
			
		||||
		Page.showWaitSplashScreen("Starting up...");
 | 
			
		||||
 | 
			
		||||
		/**
 | 
			
		||||
		 * Language initator
 | 
			
		||||
 
 | 
			
		||||
@@ -7,5 +7,5 @@
 | 
			
		||||
//Anonymous function
 | 
			
		||||
(function(){
 | 
			
		||||
    //Launch app
 | 
			
		||||
    ComunicWeb.common.system.init();
 | 
			
		||||
    System.init();
 | 
			
		||||
})();
 | 
			
		||||
		Reference in New Issue
	
	Block a user