summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/nav/IntroModal.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-07 17:09:19 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-07 17:09:19 +0200
commita65fcbe4f4fc3bc7627b5223d1010d03445f00ac (patch)
tree9d4fdec28a7c521fffc1d6df060e638e247b5a82 /StoneIsland/www/js/lib/nav/IntroModal.js
parenta6e4f48d8f5636eb7ce0affed789990dd653e484 (diff)
bump version
Diffstat (limited to 'StoneIsland/www/js/lib/nav/IntroModal.js')
-rw-r--r--StoneIsland/www/js/lib/nav/IntroModal.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/nav/IntroModal.js b/StoneIsland/www/js/lib/nav/IntroModal.js
index 242405a0..42cf5c5d 100644
--- a/StoneIsland/www/js/lib/nav/IntroModal.js
+++ b/StoneIsland/www/js/lib/nav/IntroModal.js
@@ -39,6 +39,9 @@ var IntroModal = View.extend({
case 'always':
this.show()
return true
+ default:
+ this.hide()
+ return false
}
},