summaryrefslogtreecommitdiff
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
parenta6e4f48d8f5636eb7ce0affed789990dd653e484 (diff)
bump version
-rwxr-xr-xStoneIsland/config.xml2
-rw-r--r--StoneIsland/www/js/lib/nav/IntroModal.js3
2 files changed, 4 insertions, 1 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml
index d400eb3c..97b5cd2b 100755
--- a/StoneIsland/config.xml
+++ b/StoneIsland/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="6132" id="us.okfoc.stoneisland" version="1.3.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="6133" id="us.okfoc.stoneisland" version="1.3.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Stone Island</name>
<description>
Stone Island
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
}
},