diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-07 17:09:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-07 17:09:19 +0200 |
| commit | a65fcbe4f4fc3bc7627b5223d1010d03445f00ac (patch) | |
| tree | 9d4fdec28a7c521fffc1d6df060e638e247b5a82 /StoneIsland/www/js | |
| parent | a6e4f48d8f5636eb7ce0affed789990dd653e484 (diff) | |
bump version
Diffstat (limited to 'StoneIsland/www/js')
| -rw-r--r-- | StoneIsland/www/js/lib/nav/IntroModal.js | 3 |
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 } }, |
