| 1234567891011121314151617 |
- $(document).ready(function(){
- try{
- App.Utils.detectBrowser();
- App.Env.world = 'CRON';
- App.Pages.init();
- App.Ref.init();
- //App.View.start();
- App.Core.listen();
- App.Core.initMenu();
- App.Helpers.liveValidate();
- }catch(e){
- fb.error(e);
- }
- });
|