mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
export from svn
This commit is contained in:
commit
641ed97fdd
340 changed files with 32404 additions and 0 deletions
19
web/js/__init__.js
Normal file
19
web/js/__init__.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
$(document).ready(function(){
|
||||
try{
|
||||
App.Utils.detectBrowser();
|
||||
|
||||
App.Env.world = 'DNS';
|
||||
App.Pages.init();
|
||||
|
||||
App.Ref.init();
|
||||
|
||||
//App.View.start();
|
||||
App.Core.listen();
|
||||
App.Core.initMenu();
|
||||
App.Helpers.liveValidate();
|
||||
|
||||
}catch(e){
|
||||
fb.error(e);
|
||||
}
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue