summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 16:44:49 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 16:44:49 -0500
commit1688752c5f3230fd9986691c2f67d9c7cd0bc164 (patch)
tree22e7773514fe1b14274b5d5a16c29838ce1a224a /StoneIsland/www/js/index.js
parent336282e0dd2fa1c7f4cbcba1c92e272fac76c327 (diff)
scrollers
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