mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
User page functionality merger (80%)
This commit is contained in:
parent
2b06ef5faa
commit
43dffa3fbe
11 changed files with 826 additions and 208 deletions
|
@ -1,16 +1,16 @@
|
|||
$(document).ready(function(){
|
||||
try{
|
||||
App.Utils.detectBrowser();
|
||||
|
||||
App.Env.world = 'DNS';
|
||||
App.Pages.init();
|
||||
|
||||
App.Ref.init();
|
||||
App.Utils.detectBrowser();
|
||||
|
||||
//App.View.start();
|
||||
App.Core.listen();
|
||||
App.Core.initMenu();
|
||||
App.Helpers.liveValidate();
|
||||
App.Env.world = 'USER';
|
||||
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