mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Simplify calls
This commit is contained in:
parent
0f597f8212
commit
69092db808
@ -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();
|
||||
})();
|
Loading…
Reference in New Issue
Block a user