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