diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-02-24 02:06:58 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-02-24 02:06:58 +0100 |
| commit | db9d93526b951a7660925cd2e721ab2588e4ca45 (patch) | |
| tree | d5d3292c44ecc7ce98c3edb9d7137f8a1ca8d5a8 /StoneIsland/www/js/index.js | |
| parent | 0054cc1463731fc7045016d81dd6342e46c413ea (diff) | |
change go button to return
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 76a8af05..06bfaaac 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -71,6 +71,7 @@ var app = (function(){ document.addEventListener('online', app.online, false) document.addEventListener('offline', app.offline, false) cordova.plugins.Keyboard.disableScroll(true) + cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false) geo.fetch() var image = new Image image.src = "./img/compass-logo.png" |
