mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
JS updates. Added list / edit / add / delete functionality. Added Helpers methods.
This commit is contained in:
parent
e92b5909a0
commit
8dd2beb82e
7 changed files with 539 additions and 161 deletions
|
@ -1,17 +1,15 @@
|
|||
$(document).ready(function(){
|
||||
try{
|
||||
App.Utils.detectBrowser();
|
||||
|
||||
App.Env.world = 'USER';
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue