diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-10-14 15:56:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-10-14 15:56:59 +0200 |
| commit | 9285c7303d8bca4e8b443b002fcbf5cf32c6bafe (patch) | |
| tree | 7a96131925f2aa2aa928ce0be7086d3bb2ff7349 /StoneIsland/platforms/android/assets/www/js/index.js | |
| parent | d7b03a1e7fe2ee3d72b8e353f88750fe4dfa3ca7 (diff) | |
bump
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/index.js')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/js/index.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/index.js b/StoneIsland/platforms/android/assets/www/js/index.js index ed82a820..b90f74b1 100755 --- a/StoneIsland/platforms/android/assets/www/js/index.js +++ b/StoneIsland/platforms/android/assets/www/js/index.js @@ -12,6 +12,10 @@ var app = (function(){ sdk.init({ env: "production" }) } + accessibility.init(app.prebuild) // check if we can do native scrolling before build + } + + app.prebuild = function(){ app.bind() app.build() @@ -105,6 +109,7 @@ var app = (function(){ // } // else { // } + push.init() if (navigator.onLine) { app.account.connect(window.deepLinkRoute || '/intro') @@ -119,8 +124,6 @@ var app = (function(){ app.router.go("intro") app.finished_launching() } - - push.init() } app.finished_launching = function(){ |
