diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 20:35:42 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 20:35:42 +0100 |
| commit | 60a306af8be5e06ac4c13419dd6b4189105f216e (patch) | |
| tree | a89277bd0a5c64ca5fee00fe882153f96801889e /StoneIsland/www/js/index.js | |
| parent | f828ce6d0c308c2c5d67c71ee3141b015807fd62 (diff) | |
SIM card check - isNotAvailableInCanada
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index eb3b32b9..e554f672 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -79,6 +79,7 @@ var app = (function(){ cordova.plugins.Keyboard.disableScroll(true) cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false) geo.fetch() + sim.fetch() var image = new Image image.src = "./img/compass-logo.png" } |
