summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/nav/IntroView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-07 17:26:00 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-07 17:26:00 +0200
commit14324a917759152f56f55775fe962fabe37dfb71 (patch)
treec9065037fd8011b73cde7ee72f8138c356539360 /StoneIsland/platforms/ios/www/js/lib/nav/IntroView.js
parenta65fcbe4f4fc3bc7627b5223d1010d03445f00ac (diff)
build 1.3.3
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/nav/IntroView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/nav/IntroView.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/nav/IntroView.js b/StoneIsland/platforms/ios/www/js/lib/nav/IntroView.js
index c075619a..8cb92b53 100755
--- a/StoneIsland/platforms/ios/www/js/lib/nav/IntroView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/nav/IntroView.js
@@ -14,6 +14,7 @@ var IntroView = View.extend({
this.compass = this.$("#compass").get(0)
this.orient = this.deviceorientation.bind(this)
this.$alert.hide()
+ this.modal = new IntroModal()
},
show: function(){
@@ -21,6 +22,7 @@ var IntroView = View.extend({
window.addEventListener("deviceorientation", this.orient)
app.footer.hide()
this.orient({ alpha: 0 })
+ this.modal.check()
},
hide: function(){