summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-10-25 18:19:08 +0200
committerJules Laplace <julescarbon@gmail.com>2017-10-25 18:19:08 +0200
commit531c60ee7ecbee516812d560b63a8317c3cf3590 (patch)
treef2d85569a113a6f9056de3fdd5d4272c0b3406a6 /StoneIsland/www/js/index.js
parent4da1d17b84d25fb4b34e583e4bf3b64f5ad2e147 (diff)
hide statusbar
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 72358e0e..413c3bc5 100755
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -82,6 +82,10 @@ var app = (function(){
var image = new Image
image.src = "./img/compass-logo.png"
}
+
+ if (is_iphone_x) {
+ StatusBar.hide()
+ }
app.view = null
app.router = new SiteRouter ()