summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-11-05 20:35:42 +0100
committerJules Laplace <julescarbon@gmail.com>2017-11-05 20:35:42 +0100
commit60a306af8be5e06ac4c13419dd6b4189105f216e (patch)
treea89277bd0a5c64ca5fee00fe882153f96801889e /StoneIsland/www/js/index.js
parentf828ce6d0c308c2c5d67c71ee3141b015807fd62 (diff)
SIM card check - isNotAvailableInCanada
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js1
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"
}