ComunicWeb/assets/js/init.js

11 lines
143 B
JavaScript
Raw Normal View History

/**
* Comunic WebApp init script
*
* @author Pierre HUBERT
*/
//Anonymous function
(function(){
2017-05-21 18:18:29 +02:00
//Launch app
2021-02-20 10:53:21 +01:00
System.init();
2017-05-21 18:18:29 +02:00
})();