summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
},