summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 4350e383..3d8d46bb 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -63,10 +63,8 @@ var app = (function(){
if (window.cordova) {
// cordova.plugins.Keyboard.disableScroll(true)
}
- else {
- auth.init()
- app.launch()
- }
+
+ auth.init( app.launch )
}
app.launch = function(){
app.view = null