summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-11 19:22:07 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-11 19:22:07 -0600
commit2ba67b188059b685cea2bab2a3aa4a1d26c75a31 (patch)
treeba49852e2214ba3970170c691d8b31cc93069311 /StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
parentd8de54120038aee2e4c6fc1c638d49be8ac73452 (diff)
parentb6e73d3c1af0fc929916c9e4d63d125a96cbb996 (diff)
Merge branch 'android' of https://github.com/okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/nav/FooterView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js b/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
index 74b249e6..8641668f 100755
--- a/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/nav/FooterView.js
@@ -10,6 +10,7 @@ var FooterView = View.extend({
initialize: function(){
this.$ok = this.$(".ok")
this.$cancel = this.$(".cancel")
+ this.hide()
},
show: function(ok, cancel){