diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-04 23:27:40 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-05 01:42:49 +0100 |
| commit | f32930fac442c7948132844a9648879fbd62bab2 (patch) | |
| tree | cc5e7cc2f75a6109f2b7fbf9e77cd65a2d66fdbc /StoneIsland/www/js/index.js | |
| parent | 08c203b4dc4b9fdacd9aa0f2f2074dbd7d431a80 (diff) | |
make cart button easier to click
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index cf0116d4..63059c26 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -72,6 +72,8 @@ var app = (function(){ document.addEventListener('offline', app.offline, false) cordova.plugins.Keyboard.disableScroll(true) geo.fetch() + var image = new Image + image.src = "/img/compass-logo.png" } app.view = null |
