diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 19:16:15 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 19:21:19 -0500 |
| commit | 261857fce969790aa87498100cf353fa494080c8 (patch) | |
| tree | c5d01aaa59c0dc65ebf4fb382dfa570d3bd15c79 /StoneIsland/www/js/index.js | |
| parent | 06910c8fd4df3daa47f5cdfcbc687b1072909f52 (diff) | |
accountview
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 72d105cf..07819ca4 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -38,6 +38,7 @@ var app = (function(){ app.curtain = new CurtainView () app.nav = new NavView () + app.account = new AccountView () app.login = new LoginView () app.logout = new LogoutView () app.signup = new SignupView () @@ -65,9 +66,6 @@ var app = (function(){ // cordova.plugins.Keyboard.disableScroll(true) } - auth.init( app.launch ) - } - app.launch = function(){ app.view = null app.router = new SiteRouter () app.router.route() |
