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 16:18:29 +00:00
//Launch app
2021-02-20 09:53:21 +00:00
System.init();
2017-05-21 16:18:29 +00:00
})();