summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/nav/IntroModal.js
diff options
context:
space:
mode:
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
}
},