mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
11 lines
161 B
JavaScript
11 lines
161 B
JavaScript
/**
|
|
* Comunic WebApp init script
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
//Anonymous function
|
|
(function(){
|
|
//Launch app
|
|
ComunicWeb.common.system.init();
|
|
})(); |