summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 14:51:22 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 14:51:22 -0500
commit336282e0dd2fa1c7f4cbcba1c92e272fac76c327 (patch)
tree9f2c9cfb84e1d47208ac1c46781130ae9bf85783 /StoneIsland/www/js/index.js
parentd18761c6a093f3dd8bfee5fb7b91f7fb17465046 (diff)
store auth in localstorage, add scrollers
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 5a4efec8..4350e383 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -63,7 +63,12 @@ var app = (function(){
if (window.cordova) {
// cordova.plugins.Keyboard.disableScroll(true)
}
-
+ else {
+ auth.init()
+ app.launch()
+ }
+ }
+ app.launch = function(){
app.view = null
app.router = new SiteRouter ()
app.router.route()