diff options
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rw-r--r-- | StoneIsland/www/js/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 5a4efec8..3d8d46bb 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -64,6 +64,9 @@ 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() |
